File

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

Indexable

[key: string]: Subject<any>
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 ""