UNPKG

489 BTypeScriptView Raw
1import { OnDestroy, Provider } from '@angular/core';
2import { Subject } from 'rxjs';
3import { Action } from './models';
4import * as i0 from "@angular/core";
5export declare class ScannedActionsSubject extends Subject<Action> implements OnDestroy {
6 ngOnDestroy(): void;
7 static ɵfac: i0.ɵɵFactoryDeclaration<ScannedActionsSubject, never>;
8 static ɵprov: i0.ɵɵInjectableDeclaration<ScannedActionsSubject>;
9}
10export declare const SCANNED_ACTIONS_SUBJECT_PROVIDERS: Provider[];