@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
13 lines (12 loc) • 507 B
TypeScript
import { OnDestroy } from '@angular/core';
import { BehaviorSubject, Subject } from 'rxjs';
import { Case } from '../../resources/interface/case';
import * as i0 from "@angular/core";
export declare class TreeCaseViewService implements OnDestroy {
loadTask$: BehaviorSubject<Case>;
reloadCase$: Subject<void>;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TreeCaseViewService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TreeCaseViewService>;
}