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

17.0.0 • Public • Published

NgxLiburgIcon

NgxLiburgIcon is a library for make more easy work with svg icon

It is a angular library

Code scaffolding

You have to added in your workspace https://fontawesome.com/download

I was inspired by this logic

https://plnkr.co/edit/eWi18QNOrzhrvVUbK1rH?p=preview&preview

Installation

1.npm i ngx-liburg-icon

2.Download icon

  • unzip the file,
  • open in sprites
  • copy the 3 files
  • paste in assets/icons

3.In AppModule you should import IconCoreModule

After installed

In your project you should to have this structure src -> assets -> icons -> brands.svg/regular.svg/solid.svgs

Import module IconCoreModule in AppModule And you can use like that

<mat-icon
  [svgIcon]="'fa_solid:person-through-window'"
  class="your classes "
></mat-icon>

Enjoy this library :-)

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-liburg-icon

Weekly Downloads

1

Version

17.0.0

License

none

Unpacked Size

21.4 kB

Total Files

12

Last publish

Collaborators

  • nsdhso