adam-drozdz-ie

Results 7 comments of adam-drozdz-ie

The reason I'm asking about is that I wanted to use this component in my Angular application, however, I see no way to make it work the like I'd like...

> Here is a link of a fork working for angular16 for the ones that are interested : https://github.com/epicuro/ngx-sortablejs I tried to use this fork, but I'm getting this error:...

> Hi, have same problem that @adam-drozdz-ie . I found another repo and it works fine https://www.npmjs.com/package/nxt-sortablejs Thanks for the suggestion, but I can't find the equivalent of `[sortablejsOptions]` in...

> u can use config , https://liquid-js.github.io/nxt-components/demo/sortablejs#example-4 look demo Great, thank you!

Go to your tsconfig.json -> compilerOptions -> and set: `"allowSyntheticDefaultImports": true`. It's a workaround, but it works. I took it from here: https://github.com/fetrarij/ngx-daterangepicker-material/issues/336#issuecomment-743201841 so it seems it's been an issue...

Why is this not merged? The lib is basically broken without this fix