ngx-service-skeleton
v1.0.5
Published
A skeleton for getting started with NPM Angular4+ service package.
Downloads
9
Maintainers
Readme
NGX Angular5 Service Example (SKELETON)
A skeleton for getting started with NPM Angular5 service package
How to publish npm package
1. Clone source code
git clone [email protected]:Egorby/ngx-service-skeleton.git
2. Install dev dependencies
npm i
3. Build package for npm
npm run build
4. Go to dist-lib directory
cd dist-lib/
5. Sign in/Sign Up to npm
npm login
5.1 Or check current npm user
npm whoami
6. Publish package
npm publish
Compiled npm example
npm i ngx-service-skeleton --save
Demo app server
npm run start