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 4c27493 commit bb3129cCopy full SHA for bb3129c
packages/schematics/angular/application/schema.json
@@ -120,6 +120,7 @@
120
},
121
"zoneless": {
122
"description": "Generate an application that does not use `zone.js`.",
123
+ "x-prompt": "Do you want to create the application without zone.js (zoneless, Developer Preview)?",
124
"type": "boolean",
125
"default": false
126
}
packages/schematics/angular/ng-new/schema.json
@@ -141,6 +141,7 @@
141
142
143
"description": "Create an initial application that does not utilize `zone.js`.",
144
145
146
147
0 commit comments