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
I think after #3776, core/theming/prebuilt path need to be changed to prebuilt-themes in some of those files.
core/theming/prebuilt
prebuilt-themes
I had to change my css path to :
<link rel="stylesheet" href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css">
The text was updated successfully, but these errors were encountered:
Also the core/theming/prebuilt path is still valid inside of our demo-app or e2e-app. Just in releases this path will be invalid.
demo-app
e2e-app
If necessary I can provide a PR that can be merged before we publish a new release.
Sorry, something went wrong.
Everything should be updated everywhere now.
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.
jelbourn
No branches or pull requests
Bug, feature request, or proposal:
I think after #3776,
core/theming/prebuilt
path need to be changed toprebuilt-themes
in some of those files.I had to change my css path to :
The text was updated successfully, but these errors were encountered: