czeckd / angular-dual-listbox

Angular 14 component for a dual listbox control.
https://czeckd.github.io/angular-dual-listbox/
MIT License
83 stars 73 forks source link

Angular 14 #149

Closed spike-rabbit closed 2 years ago

spike-rabbit commented 2 years ago

Is it possible to bump angular to version 14 so that there is an ivy-compiled bundle? I can provide a PR

czeckd commented 2 years ago

It's possible, but with this using Bootstrap 3.x for styling, it's woefully out of date in other regards too.

spike-rabbit commented 2 years ago

ok, thanks for your reply. I'll discuss this with my team. Replacing the angular-dual-listbox would cause some effort, that's why we consider providing an angular update upstream here. Guess we will then consider upgrading everything else as well.

czeckd commented 2 years ago

Your team could always pull the source code for the dual-listbox into your application and upgrade it as part of the app. I'll take a look at what is involved with going from ng10 to ng14. Maybe it makes sense even with Bootstrap 3?

czeckd commented 2 years ago

@spike-rabbit angular-dual-listbox@7.0.0 is now Angular 14 and Ivy.

spike-rabbit commented 2 years ago

thanks a lot. The warning by the angular-cli is gone.