ngx-sortablejs icon indicating copy to clipboard operation
ngx-sortablejs copied to clipboard

support Angular 11

Open sedrak1987 opened this issue 4 years ago • 3 comments

Pls update to angular 11

sedrak1987 avatar Dec 05 '20 15:12 sedrak1987

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

fkeglevich avatar Dec 14 '20 19:12 fkeglevich

no error, but warning in npm install npm WARN [email protected] requires a peer of @angular/common@~10.2.0 but none is installed. You must install peer dependencies yourself.

sedrak1987 avatar Dec 15 '20 15:12 sedrak1987

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

sea-side-syndication avatar Mar 11 '21 05:03 sea-side-syndication