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

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