Skip to content

Simple, easy to use Angular component to manage Feather icons.

License

Notifications You must be signed in to change notification settings

rodgc/ngx-feather-icons

Repository files navigation

ngx-feather-icon

Simple, easy to use Angular component to manage Feather icons.

Install

$ npm install --save  ngx-feather-icon

Import the module

//...
import { FeatherModule } from 'ngx-feather-icon';
@NgModule({
  //...
  imports: [
    //...
    FeatherModule
  ],
  //...
})
export class AppModule { }

Usage and Options

To use the component use selector: <fi></fi>.

<fi [name]="'activity'"></fi>
Name Type Options Optional
name String Feather icons No