In angular-cli.json under defaults add:
"inline": {
"style": [true/false],
"template": [true/false]
}
When generating components the precedence will be:
- command-line option value if specified
- value in configuration file
- default value of
false if no configuration specified to maintain current functionality