valor-software / ngx-bootstrap

Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
https://valor-software.com/ngx-bootstrap
MIT License
5.53k stars 1.69k forks source link

Add support for Angular v19 #6710

Open MatthiasHuygelen opened 1 week ago

MatthiasHuygelen commented 5 days ago

Probably have to wait until nx releases support for ng19 https://github.com/nrwl/nx/pull/28847

lexasq commented 1 day ago

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

iseliweb commented 9 hours ago

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.