/ngx-auth-example

Example repository for ngx-auth

Primary LanguageTypeScript

NgxHttpAuth

This project just a demo for library ngx-auth.

npm install ngx-auth --save-dev

Run

Run npm start for a dev server. Navigate to http://localhost:4200/.

Also to run server, which is required for demo:

  1. Navigate to the server folder.
  2. Install all dependencies via npm i
  3. Run server (it will also compile it) via npm start.