JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14753
  • Score
    100M100P100Q129387F
  • License MIT

Package Exports

  • angular-feather

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-feather) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

angular-feather-icons

npm npm

Description

Simply beautiful SVG icons for your angular applications.

Icons are designed by Cole Bemis.

Usage

1. Install the package

npm install angular-feather-icons

2. Import the icons you need

Import the icons a la carte in the angular module of your needs.

@NgModule({
  imports: [
    IconAlertTriangle
  ]
})
export class MyIconModule { }

3. Use it in template

<i-alert-triangle></i-alert-triangle>

Refer to the website of Feather Icons for the whole list of icons.

License

MIT © Michael Bazos