ng-form-utils
v0.0.4
Published
This library has been created to manage some Angular forms utilities.
Downloads
5
Readme
Ng Form Utils
This library has been created to manage some Angular forms utilities.
Another scope of this repository is to understand how Angular allows to create NPM library.
Build lib
In order to build a new version of the library you have to:
- Update lib version
- Run
npm build ng-form-utils
cd dist/ng-form-utils
npm publish
TODO
- [ ] Add script to automatically bump the version
- [ ] Test lib in some Angular application
- [ ] Improve service sharing
- [ ] Add test of
NgFormUtilsService