MCPcopy
hub / github.com/angular/angular / tree

Function tree

packages/router/test/create_router_state.spec.ts:260–262  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

258}
259
260function tree(url: string): UrlTree {
261 return new DefaultUrlSerializer().parse(url);
262}
263
264class RootComponent {}
265class ComponentA {}

Callers 2

createStateFunction · 0.70

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…