You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this change we remove the enableIvy option as now we only support generating Ivy application. Users who want to create a VE applications should follow the opt-out guide
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/schema.json
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,6 @@
19
19
},
20
20
"x-prompt": "What name would you like to use for the application?"
21
21
},
22
-
"enableIvy": {
23
-
"description": "**EXPERIMENTAL** True to create a new app that uses the Ivy rendering engine.",
24
-
"type": "boolean",
25
-
"default": false,
26
-
"x-user-analytics": 8
27
-
},
28
22
"inlineStyle": {
29
23
"description": "When true, includes styles inline in the root component.ts file. Only CSS styles can be included inline. Default is false, meaning that an external styles file is created and referenced in the root component.ts file.",
0 commit comments