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 { }
To use the component use selector: <fi></fi>
.
<fi [name]="'activity'"></fi>
Name | Type | Options | Optional |
---|---|---|---|
name | String |
Feather icons | No |