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
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
I import Stormpath which allows me to use this.stormpath.user$ which returns an observable<Account|Boolean>. CanActivate allows navigation to the route if returns true and 'guards' the route if returns false.
Router guards might be a good way to do this.
https://angular.io/docs/ts/latest/guide/router.html#!#guards
The text was updated successfully, but these errors were encountered: