We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Component should be created with the correct file extension
.css is used
ng g @angular/material:material-table --name customerList --dry-run
CREATE src/app/customers/components/customer-list/customer-list-datasource.ts (3405 bytes) CREATE src/app/customers/components/customer-list/customer-list.component.css (0 bytes) CREATE src/app/customers/components/customer-list/customer-list.component.html (857 bytes) CREATE src/app/customers/components/customer-list/customer-list.component.spec.ts (654 bytes) CREATE src/app/customers/components/customer-list/customer-list.component.ts (747 bytes) UPDATE src/app/customers/customers.module.ts (687 bytes)
Use-case: Make developers more effeciant
in angular.json
"@schematics/angular:component": { "styleext": "scss" }
Running ng g c test will give a component with correct extension
The text was updated successfully, but these errors were encountered:
Thanks for your issue. The style extension will be respected in the next major version. See: 5144aa7
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Component should be created with the correct file extension
What is the current behavior?
.css is used
What are the steps to reproduce?
ng g @angular/material:material-table --name customerList --dry-run
What is the use-case or motivation for changing an existing behavior?
Use-case: Make developers more effeciant
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
in angular.json
Running ng g c test will give a component with correct extension
The text was updated successfully, but these errors were encountered: