@xyrusworx/ngx-commons
v0.1.4
Published
A library useful for Angular applications
Downloads
9
Readme
Useful stuff for Angular applications
This library contains some stuff useful for making Angular applications
How to build
Just run:
npm install
npm run build
This will create a dist/
folder with the deployable package. It can be released with cd dist/ && npm publish