UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

8 lines (7 loc) 226 B
import { Type } from 'angular2/src/facade/lang'; export function hasLifecycleHook(name, obj) { let type = obj.constructor; if (!(type instanceof Type)) return false; return name in type.prototype; }