UNPKG

@ngx-cocktail/destroyable

Version:

The library contains code for destoyable feature.

4 lines (3 loc) 227 B
import { ɵDirectiveDef, Type } from '@angular/core'; import { Writable } from '@ngx-cocktail/common'; export declare function DestroyableFeature(): <T extends Type<unknown>>(directiveDef: WritableDirectiveDef<T>>) => void;