@angular/router

ResolveData

Type Alias

Represents the resolved data associated with a particular route.

  type ResolveData = { [key: string | symbol]: ResolveFn<unknown> | DeprecatedGuard;}  
Jump to details