Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isUrlTree
Function
isUrlTree
packages/router/src/url_tree.ts:879–881 ·
view source on GitHub ↗
(v: any)
Source
from the content-addressed store, hash-verified
877
}
878
879
export
function
isUrlTree(v: any): v is UrlTree {
880
return
v instanceof UrlTree;
881
}
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…