We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d720a0 commit 270a09bCopy full SHA for 270a09b
packages/schematics/angular/application/files/__dot__angular-cli.json
@@ -55,6 +55,9 @@
55
},
56
"defaults": {
57
"styleExt": "<%= style %>",
58
+ "class": {
59
+ "spec": false
60
+ },
61
"component": {<% if (minimal || inlineStyle) { %>
62
"inlineStyle": true
63
<% } %><% if (minimal || (inlineTemplate && inlineStyle)) { %>,<% } %><% if (minimal || inlineTemplate) { %>
@@ -65,9 +68,6 @@
65
68
"directive": {
66
69
"spec": false
67
70
- "class": {
- "spec": false
- },
71
"guard": {
72
73
0 commit comments