Alain Dumesny
Alain Dumesny
I'm using it with Ang 6 and I don't import rxjs-compat (or see it listed in yarn.lock) as I converted my code over. No issue other than peer dependency warning....
I'm now using it with Angular 7 / Typescript 3.1 - just lib dependency warning issues. Note: if you switch to **Typescript 3.1+** make sure to use a later version...
@ZeevKatz doing a quick look at your [package.json](https://github.com/ZeevKatz/ngx-d3/blob/master/libs/ngx-d3/package.json) it looks like you are including ALL of d3 instead of cherry picking a subset like d3-ng2-service does ? "dependencies": { "@types/d3":...
@ZeevKatz sorry I meant to give credit to Tom Wanzek for d3-ng2-service since yours is based on that. You could have just branched his and made the mods for angular...
| Problem is that Gridatack drag&drop conflicts with our drag&drop so we would like to use only our drag&drop. I'm confused on what you are asking. ``` js GridStack.setupDragIn('.sidebar .grid-stack-item',...
closing due to lack of response
hey thanks for doing this - will have to read more about rollup vs webpack. Would it make sense to convert build:es5 also so we don't use webpack at all...
thanks for the update. I' swamped doing a big change to mouse event + touch for mobile so won't get to look for a couple weeks...
| Layouts using CSS transform: translateX() are pretty used everywhere AFAIK and yet this is the first mention of this bug, so no I don't think it's common or it...
H5 is a total re-write, and of course it will have different bugs... I don't have the bandwidth to fix everything, so how common is important criteria... you can always...