Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 823 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 823 Bytes

NgAuthentication

Development

This project was generated with Angular CLI version 8.0.0.

Run

Run npm start for a dev server. Navigate to http://localhost:8888/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ng-authentication directory. Use the --prod flag for a production build.

Build & Publishing

Build

Run npm run build.package to build the NgAuthentication package with hot-reloading strategy which allow to updtae files change automatically. The build artifacts will be stored in the dist/ng-authentication directory.

Publishing

Run npm run publish.package to publish the NgAuthentication package to npm.