-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: ng-generateSchematics that generate code in user projectsSchematics that generate code in user projects
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
I believe the correct sentence should be "Do you want the generated file to be a scss file?"
Reproduction
Simply run ng generate @angular/material:theme-color
and answer questions with any answer up to the last one.
Expected Behavior
Last question should read:
✔ Do you want the generated file to be a scss file? This is the recommended way of setting up theming in your application. If not, a CSS
file will be generated with all the system variables defined. (Leave blank to generate a scss file)
Actual Behavior
Last question currently reads:
✔ Do you want to generated file to be a scss file? This is the recommended way of setting up theming in your application. If not, a CSS
file will be generated with all the system variables defined. (Leave blank to generate a scss file)
Environment
- Angular: 19.1.0
- CDK/Material: 19.2.18
- Browser(s): N/A
- Operating System (e.g. Windows, macOS, Ubuntu): N/A
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: ng-generateSchematics that generate code in user projectsSchematics that generate code in user projects