This sample shows how to create an angular 2 app that:
- Has lots of different routes
- Performs authentication with Custom Authentications
- Calls APIs authenticated and not.
- Extends the RouterOutlet for route pipeline changes.
Clone this repository as well as the server for this example.
First, run the server app in the port 3002
.
Then, run npm install
on this project and run npm start
to start the app. Then just navigate to http://localhost:3002 💥
Use npm run server
to run API server.
This project is licensed under the MIT license. See the LICENSE file for more info.