0.0.3 • Published 6 years ago

ngx-feather-icon v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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>
NameTypeOptionsOptional
nameStringFeather iconsNo