Skip to content

Commit b429af4

Browse files
atscottalan-agius4
authored andcommitted
refactor(@schematics/angular): Remove zoneless prompt
Remove the zoneless prompt altogether in v21. Zoneless is the default experience. fixes #30531
1 parent 2e23f5a commit b429af4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schematics/angular/application/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
},
125125
"zoneless": {
126126
"description": "Generate an application that does not use `zone.js`.",
127-
"x-prompt": "Do you want to create a 'zoneless' application without zone.js?",
128127
"type": "boolean",
129128
"default": true
130129
},

0 commit comments

Comments
 (0)