SHARE
TWEET
Untitled
a guest
Jan 22nd, 2016
51
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- activate(instruction: ComponentInstruction) {
- var url = this.parentRouter.lastNavigationAttempt;
- console.log("Route change: " + url)
- if (!this.publicRoutes[url] && !localStorage.getItem('tokenId')) {
- console.log(url)
- // todo: redirect to Login, may be there a better way?
- this.parentRouter.navigateByUrl('/login');
- }
- return super.activate(instruction);
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
