JSPM

@amithvns/ng-heroicons

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q47573F

heroicons for angular

Package Exports

  • @amithvns/ng-heroicons

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 (@amithvns/ng-heroicons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@amithvns/ng-heroicons

Installing

Run npm install @amithvns/ng-heroicons
or Run yarn install @amithvns/ng-heroicons

Adding to an Angular project

Add the IconsModule to your AppModule.\

IconsModule.withIcons({
  ...ICONS_OUTLINE, 
  ...ICONS_SOLID
})