This sample shows how to create an angular 2 app that:
- Has lots of different routes
- Performs authentication with JWTs
- Calls APIs authenticated and not.
- Extends the RouterOutlet for route pipeline changes.
You can learn more about how it works in this blogpost
First, run the server app in the port 8020.
Then, run npm install on this project and run npm start to start the app. Then just navigate to http://localhost:3000 💥
Use npm run server to run API server.
ahajri
This project is licensed under the MIT license.