MessageBusSource
MessageBusSource
Experimental Interface
Interface Overview
interface MessageBusSource { initChannel(channel: string, runInZone: boolean) : void attachToZone(zone: NgZone) : void from(channel: string) : EventEmitter<any> }
Interface Description
Interface Details
initChannel(channel: string, runInZone: boolean) : void
Sets up a new channel on the MessageBusSource.