UNPKG

ngx-until-on-destroy

Version:

Allow you unsubscribe subscriptions when component was destroying. Can be used with Angular 5-10

4 lines (3 loc) 207 B
import { WrapParams } from './wrap-param.interface'; export declare const isIvy: (target: any) => any; export declare function wrapIvyHook<T>({ target, hookName, oldName, wrappingFn }: WrapParams<T>): void;