merlosy / ngx-material-file-input

File input for Angular Material form-field
https://merlosy.github.io/ngx-material-file-input
MIT License
260 stars 66 forks source link

Update to angular 15 #128

Open benceHornyak opened 1 year ago

benceHornyak commented 1 year ago

With running the following commands:

Also had to remove:

"@ngrx/schematics": "14.0.2",

It was blocking one of the upgrade command. The ngrx packages can be probably removed anyways. What do you think about removing them?

Happy to contribute :blush:

Closes #126

Leccho commented 1 year ago

Can't approve this yet as it does not really support angular-material 15.

All legacy imports should be replaced. Legacy imports cannot work side by side with the new angular-material 15 as they use the same selectors.

igormiku commented 1 year ago

Seems migration to v15 material is not quick process.

I think you should approve this with Legacy implementation first. With respective release note, so many projects get unblocked, and then move to actual material v15 with another release, once you are ready.