fix(core): fix build

This commit is contained in:
Victor Berchet 2016-05-23 17:56:48 -07:00
parent 17f73cb7bc
commit 3ff20cd7e3
1 changed files with 1 additions and 4 deletions

View File

@ -15,11 +15,8 @@ export enum LifecycleHooks {
* A `changes` object whose keys are property names and
* values are instances of {@link SimpleChange}. See {@link OnChanges}
*/
export interface SimpleChanges {[propName: string]: SimpleChange};
export interface SimpleChanges {[propName: string]: SimpleChange}
/**
* @internal
*/
export var LIFECYCLE_HOOKS_VALUES = [
LifecycleHooks.OnInit,
LifecycleHooks.OnDestroy,