File

src/app/shared/widgets/widget.controller.ts

Index

Methods

Methods

Optional onDestroy
onDestroy()
Returns : void
onInit
onInit(channels: Channels)
Parameters :
Name Type Optional
channels Channels no
Returns : void
import { Subject } from "rxjs";

export interface Channels {
  [key: string]: Subject<any>;
}

export interface WidgetController {
  onInit(channels: Channels): void;

  onDestroy?(): void;
}

results matching ""

    No results matching ""