Gary Kumfert
Gary Kumfert
I'm on a deadline and was digging into the code to see if I could contribute. One thing I'm not clear on is in sortable.component.ts (lines 108-115). The constructor injects...
I ended up writing something from scratch that fit my needs. I could post raw code on GitHub, I suppose, but it doesn't have unit tests, package manifests, or any...
@jfelenP Since Angular team is going to add drag-n-drop to the CDK ([8963](https://github.com/angular/material2/issues/8963)), I'm not sure there's much value in publishing yet another drag-n-drop library. I'll post what I have...
P.S. I just found a combo chart in the demos: https://swimlane.github.io/ngx-charts/#/ngx-charts/combo-chart. But I can't find any example of how to code it up in documentation. Perhaps this feature request is...