-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(cdk/schematics): remove TODO by centralizing stylesheet discovery #32281
New issue
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
refactor(cdk/schematics): remove TODO by centralizing stylesheet discovery #32281
Conversation
Deployed dev-app for 0234edc to: https://ng-dev-previews-comp--pr-angular-components-32281-dev-q4fpof7p.web.app
Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.
Deployed docs-preview for 0234edc to: https://ng-dev-previews-comp--pr-angular-components-32281-docs-12rxqgv9.web.app
Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.
This PR refactors the stylesheet discovery logic within the CDK schematics to centralize and simplify how .css and .scss files are located.
It removes a previous TODO by introducing a shared utility that ensures consistent behavior across all schematics relying on global or project-level styles.
Closes #24032