1.0.5 • Published 6 years ago

ngx-service-skeleton v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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 git@github.com: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

License

MIT