Chevron left arrow not found
Closed this issue · 1 comments
parliament718 commented
import { chevronLeft, chevronRight, NgxBootstrapIconsModule } from 'ngx-bootstrap-icons';
@NgModule({
...
imports: [
...
NgxBootstrapIconsModule.pick({
chevronRight,
chevronLeft
})
],
...
})
export class MyModule { }
and using like:
<i-bs name="chevron-left"></i-bs>
<i-bs name="chevron-right"></i-bs>
The right one appears but the left one doesn't. Console prints the warning:
Using what seems to be the latest version "ngx-bootstrap-icons": "^1.9.3",
parliament718 commented
I dont know what the issue was but it seems to have resolved itself