-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Angular 15 support #103
Comments
Hi!. I updated too. Here is PR #104 |
After some changes I got this:
Looks like now it will be more difficult to use css vars |
I think it relates #25981 |
Any updates on this |
I don't think you will see any update until Angular team fix issue with css vars... |
Hi, guys. I spent really much time to fix it and now looks like it's working. |
@johannesjo PR is open, could you please take a look? I see no communication is happening and we're all very much looking forward to Angular 15 support. Thanks. |
I will try to have a look tomorrow. Sorry! I am very busy these days... :-/ |
I've tried out version 4.0.0 and I have 2 issues with it.
I will prepare a pull request to fix those issues. |
@json-derulo we can add "if" condition in scss to use legacy or mdc components based on flag param. |
@johannesjo @vpetrusevici please see my new pull request #110. |
@json-derulo I tested your PR, works really well. Also solves #94 which I always had to patch manually. |
I am now successfully able to use this package in Angular v15. Thanks everyone! |
Thank you very much!! And sorry again for the delay! |
π£οΈ Foreword
Angular 15 was just released. This package seems to cause issues with it.
:person_frowning: Problem Statement
After updating to Angular 15, there are build errors coming from this package, for example:
β Possible Solution
This package probably needs some tweaks to support Angular 15.
Stay on Angular 14, where everything still works like expected.
β Additional context
I've forked this repository and performed the update, I'm getting errors here as well. https://github.com/dkimmich-onventis/angular-material-css-vars/tree/angular-15
The text was updated successfully, but these errors were encountered: