ktel-angular
v0.0.52
Published
Readme
KtelAngular
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Karma Tests
Run ng test --code-coverage
Compile and Link
- Run:
./compile-modul.sh - copy path from
dist/*.tgz - in other project run
yarn add 'copyed file path'
Publish new Version to npm
- Increase Version Number in package.json
- Run:
./publish-module.sh
Update Pagages via yarn 2.0
- Run:
yarn upgrade-interactive
