UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

6 lines (5 loc) 203 B
/** * Decorate a getter that returns a subject. The subject will automatically get completed * when the component/service/pipe is destroyed. */ export declare function LazySubject(): MethodDecorator;