Michael J. Fordham

Results 3 comments of Michael J. Fordham

Still experiencing this problem with: Angular @ 13.3.2 ngx-sortablejs @ 11.1.0

For anyone suffering with this problem, I found this worked for me: ``` sortableOptions: SortableOptions = { ...other options... onUpdate: () => { // Replace this.arrayContent with your data this.arrayContent...

For anyone searching (like I was), here's what you need to do: In the terminal run: `npm install @types/d3-shape` (typings is now depreciated) In the component, import: `import * as...