SortableJS / ngx-sortablejs

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
https://sortablejs.github.io/ngx-sortablejs/
MIT License
466 stars 160 forks source link

support Angular 11 #218

Open sedrak1987 opened 3 years ago

sedrak1987 commented 3 years ago

Pls update to angular 11

fkeglevich commented 3 years ago

What errors are you having? Do you have an error log?

sedrak1987 commented 3 years ago

no error, but warning in npm install npm WARN ngx-sortablejs@10.0.0 requires a peer of @angular/common@~10.2.0 but none is installed. You must install peer dependencies yourself.

sea-side-syndication commented 3 years ago

after running :

npm i -S ngx-sortablejs sortablejs npm i -D @types/sortablejs

and this in my ngModule

imports: [ // ... SortablejsModule.forRoot({ animation: 150 }),

I get this:

Module not found: Error: Can't resolve 'angular-sortablejs'

Screen Shot 2021-03-10 at 11 16 39 PM Screen Shot 2021-03-10 at 11 16 29 PM Screen Shot 2021-03-10 at 11 22 48 PM