MCPcopy Index your code
hub / github.com/angular/angular / getData

Function getData

packages/router/src/recognize.ts:603–605  ·  view source on GitHub ↗
(route: Route)

Source from the content-addressed store, hash-verified

601}
602
603function getData(route: Route): Data {
604 return route.data || {};
605}
606
607function getResolve(route: Route): ResolveData {
608 return route.resolve || {};

Callers 1

createSnapshotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…