-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat: angular v18 support #328
Conversation
@bfwg it's my first commit. Can you have a look if anything is in order? |
Hi, looks like ci is failing. Can you try running 'npm ci' locally and make sure it passes? |
Hi, I couldn't reproduce it on my local osx environment. I figured out it's somehow related to nx. However i found multiple threads with a possible fix I implemented. E.g. here on stackoverflow or this issue. They recommend to add optional dependencies and install them on CI which seems to work. Here is the proof. |
@bfwg what do you think about it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
18.0.0 is out on npm. 🎉 |
ng test
ng lint
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR introduces support for Angular 18.
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: