Skip to content

Commit

Permalink
chore: add defaults to angular-cli.json (angular#2783)
Browse files Browse the repository at this point in the history
The `ng set` command fails when trying to set these values when they do not exist.
  • Loading branch information
Brocco authored Oct 20, 2016
1 parent ba414ab commit 82b9c10
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/angular-cli/blueprints/ng2/files/angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
},
"defaults": {
"styleExt": "<%= styleExt %>",
"prefixInterfaces": false
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}

0 comments on commit 82b9c10

Please sign in to comment.