UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

6 lines (5 loc) 228 B
/** * Automatically unsubscribe from the subscription(s) present at this property. * The property can be either a single subscription or an array of subscriptions. */ export declare function Unsubscribe(): PropertyDecorator;