Skip to content

Commit 96c457d

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
refactor: add enableIvy: true until FW flips it on by default
1 parent ba8a6ea commit 96c457d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
]
2121
},
2222
"angularCompilerOptions": {
23+
"enableIvy": true,
2324
"fullTemplateTypeCheck": true,
2425
"strictInjectionParameters": true
2526
}

tests/angular_devkit/build_angular/hello-world-app-ivy/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"es2017",
1818
"dom"
1919
]
20+
},
21+
"angularCompilerOptions": {
22+
"enableIvy": true
2023
}
2124
}

tests/angular_devkit/build_ng_packagr/ng-packaged-ivy/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"es2017",
1717
"dom"
1818
]
19+
},
20+
"angularCompilerOptions": {
21+
"enableIvy": true
1922
}
2023
}

0 commit comments

Comments
 (0)