fix(core): fix build
This commit is contained in:
parent
17f73cb7bc
commit
3ff20cd7e3
|
@ -15,11 +15,8 @@ export enum LifecycleHooks {
|
||||||
* A `changes` object whose keys are property names and
|
* A `changes` object whose keys are property names and
|
||||||
* values are instances of {@link SimpleChange}. See {@link OnChanges}
|
* 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 = [
|
export var LIFECYCLE_HOOKS_VALUES = [
|
||||||
LifecycleHooks.OnInit,
|
LifecycleHooks.OnInit,
|
||||||
LifecycleHooks.OnDestroy,
|
LifecycleHooks.OnDestroy,
|
||||||
|
|
Loading…
Reference in New Issue