Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created December 21, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NishuGoel/2d7bc5c411342d1724c4923c5d336ca4 to your computer and use it in GitHub Desktop.
Save NishuGoel/2d7bc5c411342d1724c4923c5d336ca4 to your computer and use it in GitHub Desktop.
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean | UrlTree {
const url = 'dest';
const tree: UrlTree = this.router.parseUrl(url);
return tree;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment