Severin
Severin
@octref I tried to implement it this with the electron nativeImage + clipboard modules but can't get it running. I think we have to wait for Microsoft to expose the...
PR #189 will be fixed with this too
I don't think that this is an issue with ng2-vis. Please try the following: ``` template: (item, element, data) => { return ... }``` or without the fat arrow: ```template:...
That's an error in [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/vis/index.d.ts#L190). I will make a PR to fix this. You could try to overwrite the typescript definition or set your visOptions object to any as a...
May you provide some code as an example to reproduce this issue?
I'll give it a try this week and come back to you. Thanks so far.
Do we need to update the documentation? Are you going to update to Angular 7?
This repo was only to show how you can use StencilJS in combination with Angular. So if the documentation (README.md) is still suitable after your changes then I would merge...
Are you able to provide the code that has this issue? A plunkr/codepen/jsbin that reproduces this issue would also be helpful. You can see the systemJS config [here](https://github.com/seveves/ng2-vis/blob/master/.config/bundle-system.js#L42) that is...
Hi ... at the moment I can not give full support on this project because I ran out of time. I'm sorry for that. But what I did is adding...