Holds data related with a router outlet event.
router-x/src/outlet/router-outlet-component-bus.service.ts
Properties |
|
Accessors |
constructor(outletName: string)
|
||||||||
Creates an instance of RouterOutletEventData.
Parameters:
|
||||||||
Public Readonly outletName |
Type: string
|
The name of the outlet which triggered the event. For the primary unnamed outlet, this will be angular's PRIMARY_OUTLET.
|
isPrimaryOutlet |
getisPrimaryOutlet()
|
Returns:
boolean
|