We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f73cb commit 3ff20cdCopy full SHA for 3ff20cd
modules/@angular/core/src/metadata/lifecycle_hooks.ts
@@ -15,11 +15,8 @@ export enum LifecycleHooks {
15
* A `changes` object whose keys are property names and
16
* values are instances of {@link SimpleChange}. See {@link OnChanges}
17
*/
18
-export interface SimpleChanges {[propName: string]: SimpleChange};
+export interface SimpleChanges {[propName: string]: SimpleChange}
19
20
-/**
21
- * @internal
22
- */
23
export var LIFECYCLE_HOOKS_VALUES = [
24
LifecycleHooks.OnInit,
25
LifecycleHooks.OnDestroy,
0 commit comments