uttesh / ngu-utility

The utility components,service,directives and pipes for Angular.
https://github.com/uttesh/ngu-utility
MIT License
10 stars 6 forks source link

Fix build, build with ng-packagr, component cleanup, update to 1.0.6 #7

Closed ryanburr closed 2 years ago

ryanburr commented 6 years ago

1.) With ng-packagr, a lot of the build configuration you had is not necessary anymore.

2.) I used "npm pack" to build the .tgz in the dist folder. This can be used to upload your package to npm. I'm not a fan of committing dist folders, but I figured I would leave that for now.

3.) I moved files from under /lib to /src. I'm my experience, lib folders are meant for external (non npm) dependencies. This is more preference than anything so I can revert this if you would like.

4.) Some cleanup in the ngu-letter-avatar component file.