angular2-authentication-sample
angular2-authentication-sample copied to clipboard
Small fullstack of example
Hi guys,
I think when the final version is released. Can we adjust the current application to be "real" that will make developers get familiar easily with angular2.
I suggest we should have a login form. Only when we pass authentication we can access Customer page for example. Otherwise should redirect to login page. And similar to Angular 1.x we have resolve in Route where we can specify some GET api to get data such as: Country, CustomerType. And these api should only work well if passed authentication.