reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 117 forks source link

chore(angular): update to Angular 17 #159

Closed picheli20 closed 7 months ago

picheli20 commented 7 months ago

Based on https://github.com/reppners/ngx-drag-drop/issues/143

No problems on updating the project running ng update @angular/cdk @angular/cli @angular/core.

Only issue for the future is @angular/material v17 - we are using some deleted components. Currently material v16 is working with Angular 17 - but is recommended to update.

Error message:

Screenshot 2023-11-21 at 00 34 45

Currently it's working fine, I'll try to update the material as well once I got sometime, but for now this is enough to unblock Angular 17 🔥

picheli20 commented 7 months ago

Published this temp lib to with the Angular 17 changes ngx-drag-drop-17 - so noone gets blocked until this gets merged :)

ChristofFritz commented 7 months ago

I'll review & publish this tomorrow