Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isUrlTree
Function
isUrlTree
packages/router/src/url_tree.ts:884–886 ·
view source on GitHub ↗
(v: any)
Source
from the content-addressed store, hash-verified
882
}
883
884
export
function
isUrlTree(v: any): v is UrlTree {
885
return
v instanceof UrlTree;
886
}
Callers
9
canActivate
Method · 0.90
navigateByUrl
Method · 0.90
isActive
Method · 0.90
redirectingNavigationError
Function · 0.90
isRedirectingNavigationCancelingError
Function · 0.90
constructor
Method · 0.90
routerLink
Method · 0.90
RouterLink
Class · 0.90
isRedirect
Function · 0.90
Calls
no outgoing calls
Tested by
1
canActivate
Method · 0.72