Skip to content

Commit 3ff20cd

Browse files
committed
fix(core): fix build
1 parent 17f73cb commit 3ff20cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/@angular/core/src/metadata/lifecycle_hooks.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ export enum LifecycleHooks {
1515
* A `changes` object whose keys are property names and
1616
* values are instances of {@link SimpleChange}. See {@link OnChanges}
1717
*/
18-
export interface SimpleChanges {[propName: string]: SimpleChange};
18+
export interface SimpleChanges {[propName: string]: SimpleChange}
1919

20-
/**
21-
* @internal
22-
*/
2320
export var LIFECYCLE_HOOKS_VALUES = [
2421
LifecycleHooks.OnInit,
2522
LifecycleHooks.OnDestroy,

0 commit comments

Comments
 (0)