Skip to content

Commit 516a455

Browse files
committed
fix(@schematics/angular): the ng-new schematic should not prompt for routing
refs angular#13383
1 parent 607e6f7 commit 516a455

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@
101101
},
102102
"routing": {
103103
"type": "boolean",
104-
"description": "When true, generates a routing module for the initial project.",
105-
"default": false,
106-
"x-prompt": "Would you like to add Angular routing?",
107-
"x-user-analytics": 17
104+
"description": "When true, generates a routing module for the initial project."
108105
},
109106
"prefix": {
110107
"type": "string",

0 commit comments

Comments
 (0)