MCPcopy 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
879export function isUrlTree(v: any): v is UrlTree {
880 return v instanceof UrlTree;
881}

Callers 9

canActivateMethod · 0.90
navigateByUrlMethod · 0.90
isActiveMethod · 0.90
constructorMethod · 0.90
routerLinkMethod · 0.90
RouterLinkClass · 0.90
isRedirectFunction · 0.90

Calls

no outgoing calls

Tested by 1

canActivateMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…