-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: future development #319
Comments
Reexported stuff from Timeline and Network will have accompanying types. I don't see any problem here. The first two bullets should be fairly simple. |
I've already created a branch which can be used for 1. - 3. https://github.com/visjs/ngx-vis/tree/feature/visjs-integration Regarding 3. Yes I would go the monorepo approach. How should the npm package be named?
|
I think the trick about the monorepo ist that the sources stay together but seperated modules can be releases out of one repository. I would recommend schema: |
For the new types I've started a PR: #321 Seems to require some more changes besides simple switching imports |
Just published version 3.0.0 and have also demo. Should we publish it also to the project homepage? |
Because it is not an independent project but "just" another way to integrate the existing libraries I would recommend to add an "Angualar-Button" to timeline and network on visjs.org. |
completly overlooked your last comment (@mojoaxel): So should we add it on the README ? |
I think we should add this to https://github.com/visjs/awesome-visjs |
Regarding 3): How about just exporting just 2 modules instead of 1 (VisModule):
This simple change would allow to use the network without carrying the timeline into the bundle. |
sounds great. Feel free to send a PR for that |
In angular 14 When importing |
a new preview is available via For now, I will not have much time for further work on this, so closing this issue |
🎉 I'm happy that ngx-vis is now part of the visjs family!
We should discuss the future of this repository and how we could integrate it more.
Here are my first thoughts as a basis for a discussion:
vis
to vis-timeline and vis-network. see switch to the new visjs libraries #314@types/vis
is also deprecated.ngx-vis
into it's modules e.g.@visjs/ngx-vis-timeline
and@visjs/ngx-network
. This could e.g. be done with a monorepo approach!?The text was updated successfully, but these errors were encountered: