Closed
Description
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.4.1
node: 7.10.1
os: linux x64 (Bash on Ubuntu on Windows)
Repro steps.
When creating a new project:
ng new my-project --style=scss
ng g component my-component
=> create src/app/my-component/my-component.component.css (0 bytes)
Same with an existing project:
ng new my-project
ng set defaults.styleExt scss
ng g component my-component
=> create src/app/my-component/my-component.component.css (0 bytes)
Desired functionality.
The generate command should generate an .scss
file instead of a .css
file as mentioned in #1177