You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: