Skip to content

Commit 2289ab5

Browse files
committed
refactor(@schematics/angular): remove duplicate prompt definition.
This definition is a duplicate of the one already present in the application schematic (cherry picked from commit d655e43)
1 parent 02b0506 commit 2289ab5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@
141141
},
142142
"zoneless": {
143143
"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
144+
"type": "boolean"
147145
}
148146
},
149147
"required": ["name", "version"]

0 commit comments

Comments
 (0)