angular2_authentication_sample 0.0.1-alpha.33
angular2_authentication_sample: ^0.0.1-alpha.33 copied to clipboard
This is a sample that shows how to add authentication to an Angular 2 (ng2) app
Angular 2: Authentication sample (Dart version). #
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
Running it #
Just install Dart and run pub get and then pub serve 💥.