avmaisak/ngx-bootstrap-icons

Chevron left arrow not found

Closed this issue · 1 comments

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:

Screenshot 2024-08-07 at 9 45 50 PM

Using what seems to be the latest version "ngx-bootstrap-icons": "^1.9.3",

I dont know what the issue was but it seems to have resolved itself