ngx-feather-icon
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i ngx-feather-icon

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

215 kB

Total Files

17

Last publish

Collaborators

  • rodgc