ngx-feather-icon
v0.0.3
Published
Simple, easy to use Angular component to manage Feather icons.
Maintainers
Readme
ngx-feather-icon
Simple, easy to use Angular component to manage Feather icons.
Install
$ npm install --save ngx-feather-iconImport 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
