UNPKG

ngx-until-on-destroy

Version:

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

3 lines (2 loc) 166 B
import { WrapParams } from './wrap-param.interface'; export declare function decorateMethod<T>({ target, hookName, oldName, wrappingFn }: WrapParams<T>): () => void;