Commit 53ada26
committed
fix(@schematics/angular): replace deprecated
Updates the component schematic to use `ChangeDetectionStrategy.Eager` as
the default strategy and updates the allowed enum values in the schema,
as `ChangeDetectionStrategy.Default` is now deprecated.ChangeDetectionStrategy.Default with Eager
1 parent af2c7e9 commit 53ada26
File tree
2 files changed
+3
-3
lines changed- packages/schematics/angular/component
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments