Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 768 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 768 Bytes

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