This project just a demo for library ngx-auth.
npm install ngx-auth --save-dev
Run npm start
for a dev server. Navigate to http://localhost:4200/
.
Also to run server, which is required for demo:
- Navigate to the
server
folder. - Install all dependencies via
npm i
- Run server (it will also compile it) via
npm start
.