0.1.4 • Published 2 years ago

@xyrusworx/ngx-commons v0.1.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

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