UNPKG

@lxlib/form

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

7 lines (6 loc) 148 B
import { Subject } from 'rxjs'; export declare class TerminatorService { onDestroy: Subject<boolean>; constructor(); destroy(): void; }