Library to provide angular utilities and themes. Built with the help of angular-library-starter.
Get started: npm install
Testing: npm test
Building: npm run build
Test package locally:
- npm run pack:lib
- Then install in your app: npm install [path-to-lib]/integrity-angular-[version].tgz
Publish: npm run publish:lib
Before publishing the first time:
- you can register your library on Travis CI: you have already configured
.travis.yml
file - you must have a user on the npm registry: Publishing npm packages
Documentation:
- npm run compodoc
- npm run compodoc:serve