A Simple Login Application via (Angular6 + Reactive Forms + Route Guard + Http Interceptor + JWT) + (Node + Express)
This project was generated with Angular CLI version 6.1.2.
git clone https://github.com/jsmuster/ang6-jwt-login ng-login
cd ng-login
npm install
Run
ng serve --proxy-config proxy.conf.json
for a dev server & a proxy. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
The API for this project, which needs to be running for this project to function properly: https://github.com/jsmuster/ang6-jwt-login-node-api
User logs into the site
User lands on a user home page
User clicks Increment button to increment a counter
User clicks Confirm button. The counter is incremented via a server service