Holds data related with component publishing triggered by outlet activation.
router-x/src/outlet/router-outlet-component-bus.service.ts
Properties |
|
Accessors |
constructor(changes: BehaviorSubject
|
||||||||||||
Creates an instance of ComponentPublishEventData.
Parameters:
|
||||||||||||
Public Readonly changes |
Type: BehaviorSubject<AnyObject | null>
|
The observable used to track changes to the activated component of the triggering outlet.
|
Public Readonly outletName |
Type: string
|
Inherited from
RouterOutletEventData
|
The name of the outlet which triggered the event. For the primary unnamed outlet, this will be angular's PRIMARY_OUTLET.
|