angular-cn/modules/angular2/src/change_detection/pipe_lifecycle_reflector.ts
2015-08-13 01:39:21 +00:00

4 lines
107 B
TypeScript

export function implementsOnDestroy(pipe: any): boolean {
return pipe.constructor.prototype.onDestroy;
}