MessageBusSink
interface MessageBusSink {
initChannel(channel: string, runInZone: boolean): void
attachToZone(zone: NgZone): void
to(channel: string): EventEmitter<any>
}
Class implementations
Methods
Assigns this sink to the given zone. Any channels which are initialized with runInZone set to true will wait for the given zone to exit before sending messages. |
||
Parameters
Returns
|
Returns an |
||
Parameters
Returns
|