class
final
Store contextual information about a RouterOutlet
class OutletContext { outlet: RouterOutletContract | null route: ActivatedRoute | null injector: EnvironmentInjector | null children: ChildrenOutletContexts attachRef: ComponentRef<any> | null }
Property | Description |
---|---|
outlet: RouterOutletContract | null | |
route: ActivatedRoute | null | |
injector: EnvironmentInjector | null | |
children: ChildrenOutletContexts | |
attachRef: ComponentRef<any> | null |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/router/OutletContext