UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

7 lines (6 loc) 233 B
import { OnDestroy } from '@angular/core'; import { Subject } from 'rxjs/Subject'; export declare abstract class AbstractSubscriberComponent implements OnDestroy { protected isDestroyed: Subject<void>; ngOnDestroy(): void; }