File tree 1 file changed +14
-1
lines changed
packages/schematics/angular/application
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 48
48
"routing" : {
49
49
"type" : " boolean" ,
50
50
"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
52
54
},
53
55
"prefix" : {
54
56
"type" : " string" ,
68
70
" less" ,
69
71
" styl"
70
72
],
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
+ },
71
84
"x-user-analytics" : 5
72
85
},
73
86
"skipTests" : {
You can’t perform that action at this time.
0 commit comments