michaelbazos / angular-feather

A-la-carte integration of Feather Icons in Angular applications
MIT License
155 stars 37 forks source link

build(): use ng-packagr to compile the library #9

Closed wbhob closed 5 years ago

wbhob commented 5 years ago

This PR uses the industry-standard ng-packagr to compile an Angular Package Format compliant bundle. More info: https://github.com/dherges/ng-packagr

michaelbazos commented 5 years ago

Thank you! I wish I've heard of it at the time I started the library, I'd have spent less time going through the Angular Package Format documentation and developing the build script 😄

wbhob commented 5 years ago

happy to help! it really cleans everything up nicely, and a great package.