1.0.5 • Published 8 years ago
ngx-service-skeleton v1.0.5
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.git2. Install dev dependencies
npm i3. Build package for npm
npm run build4. Go to dist-lib directory
cd dist-lib/5. Sign in/Sign Up to npm
npm login5.1 Or check current npm user
npm whoami6. Publish package
npm publishCompiled npm example
npm i ngx-service-skeleton --saveDemo app server
npm run start