Skip to content
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

Add support for Angular v19 #6710

Open
MatthiasHuygelen opened this issue Nov 19, 2024 · 6 comments
Open

Add support for Angular v19 #6710

MatthiasHuygelen opened this issue Nov 19, 2024 · 6 comments

Comments

@MatthiasHuygelen
Copy link
Contributor

No description provided.

@MatthiasHuygelen
Copy link
Contributor Author

Probably have to wait until nx releases support for ng19
nrwl/nx#28847

@lexasq
Copy link
Contributor

lexasq commented Nov 27, 2024

You guys are sure fast, we'll definitely get there once it settles.

@iseliweb
Copy link

Basically everything works with Angular 19 as it is. But for sass @import should be replaced with @use to omit the deprecation warnings. Will see whether I can provide a pull request these days.

@K-e-l-v-i-n-12
Copy link

K-e-l-v-i-n-12 commented Dec 8, 2024

Probably have to wait until nx releases support for ng19 nrwl/nx#28847

The new version has been released in the meantime and now also supports angular 19 🥳

@mrjohnr
Copy link

mrjohnr commented Dec 11, 2024

I've updated to ngx-bootstrap v19.0.0 but got:

npm error Could not resolve dependency:
npm error peer @angular/animations@"^18.0.1" from [email protected]
npm error node_modules/ngx-bootstrap
npm error   ngx-bootstrap@"19.0.0" from the root project

@iseliweb
Copy link

Same here, but as a workaround update the package-lock.json manually and update the peers to 19.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants