Simple angular project using the Auth0 service for secure access on routes.
- Create an account here
- Click NEW APPLICATION and choose Single Page Web Applications
- Click CREATE
- Go to Settings tab and type
http://localhost:4200/callbackin Allowed Callback URLs box. - Go to Quick Start tab and select Angular 2+
- You will need to copy the values from auth.service.ts section into your auth.service.ts file.
In order to run this app you must have the Angular CLI installed. You can install it using npm install -g @angular/cli.
More informations here .
npm install
ng serve
You can check it on http://localhost:4200.