Skip to content

Commit 728c34b

Browse files
committed
refactor(@schematics/angular): remove default for zoneless in ng-new schema
The default should only be applied in the application schematic schema as otherwise the prompt will never be displayed.
1 parent 2a51801 commit 728c34b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/schematics/angular/ng-new/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
},
142142
"zoneless": {
143143
"description": "Create an initial application that does not utilize `zone.js`.",
144-
"type": "boolean",
145-
"default": true
144+
"type": "boolean"
146145
},
147146
"aiConfig": {
148147
"type": "array",

0 commit comments

Comments
 (0)