File tree 1 file changed +5
-21
lines changed
packages/schematics/angular/ng-new
1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 99
99
"$source" : " ng-cli-version"
100
100
}
101
101
},
102
- "routing" : {
103
- "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
108
- },
109
102
"prefix" : {
110
103
"type" : " string" ,
111
104
"format" : " html-selector" ,
117
110
"style" : {
118
111
"description" : " The file extension or preprocessor to use for style files." ,
119
112
"type" : " string" ,
120
- "default" : " css" ,
121
113
"enum" : [
122
114
" css" ,
123
115
" scss" ,
124
116
" sass" ,
125
117
" less" ,
126
118
" styl"
127
- ],
128
- "x-prompt" : {
129
- "message" : " Which stylesheet format would you like to use?" ,
130
- "type" : " list" ,
131
- "items" : [
132
- { "value" : " css" , "label" : " CSS" },
133
- { "value" : " scss" , "label" : " SCSS [ http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax ]" },
134
- { "value" : " sass" , "label" : " Sass [ http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html ]" },
135
- { "value" : " less" , "label" : " Less [ http://lesscss.org ]" },
136
- { "value" : " styl" , "label" : " Stylus [ http://stylus-lang.com ] " }
137
- ]
138
- },
139
- "x-user-analytics" : 5
119
+ ]
120
+ },
121
+ "routing" : {
122
+ "type" : " boolean" ,
123
+ "description" : " When true, creates a routing NgModule."
140
124
},
141
125
"skipTests" : {
142
126
"description" : " When true, does not generate \" spec.ts\" test files for the new project. " ,
You can’t perform that action at this time.
0 commit comments