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

Class ResolveUser

packages/examples/router/utils/functional_guards.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// #docregion Resolve
27@Injectable({providedIn: 'root'})
28export class ResolveUser {
29 resolve() {
30 return {name: 'Bob'};
31 }
32}
33
34const userRoute: Route = {
35 path: 'user',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…