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 02b0506 commit 2289ab5Copy full SHA for 2289ab5
packages/schematics/angular/ng-new/schema.json
@@ -141,9 +141,7 @@
141
},
142
"zoneless": {
143
"description": "Create an initial application that does not utilize `zone.js`.",
144
- "x-prompt": "Do you want to create a 'zoneless' application without zone.js (Developer Preview)?",
145
- "type": "boolean",
146
- "default": false
+ "type": "boolean"
147
}
148
149
"required": ["name", "version"]
0 commit comments