File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
packages/schematics/angular/application Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 4848 "routing" : {
4949 "type" : " boolean" ,
5050 "description" : " When true, creates a routing NgModule." ,
51- "default" : false
51+ "default" : false ,
52+ "x-prompt" : " Would you like to add Angular routing?" ,
53+ "x-user-analytics" : 17
5254 },
5355 "prefix" : {
5456 "type" : " string" ,
6870 " less" ,
6971 " styl"
7072 ],
73+ "x-prompt" : {
74+ "message" : " Which stylesheet format would you like to use?" ,
75+ "type" : " list" ,
76+ "items" : [
77+ { "value" : " css" , "label" : " CSS" },
78+ { "value" : " scss" , "label" : " SCSS [ https://sass-lang.com/documentation/syntax#scss ]" },
79+ { "value" : " sass" , "label" : " Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]" },
80+ { "value" : " less" , "label" : " Less [ http://lesscss.org ]" },
81+ { "value" : " styl" , "label" : " Stylus [ http://stylus-lang.com ]" }
82+ ]
83+ },
7184 "x-user-analytics" : 5
7285 },
7386 "skipTests" : {
You can’t perform that action at this time.
0 commit comments