seveves / angular-vis

An angular 2 vis.js project
MIT License
50 stars 41 forks source link

Is this project still alive? #41

Closed Dunky13 closed 1 year ago

Dunky13 commented 7 years ago

The latest push was on March 18th - both dev and master branch. I'm wondering if there is still (active) development going on for this package?

seveves commented 7 years ago

Not really ... the project needs a rewrite with best practices published by the angular team. For example I would use the yeoman generator-angular2-library next time because it plays nicely with all the module formats and AOT. Another thing is that the visjs Type Definitions are improving slowly and I don't see much interest by the visjs team to improve their library to work nicely with typescript. If anyone wants to maintain this repository and keep it alive then let me know :)

RingoKam commented 6 years ago

Hi @seveves, I am interested in maintaining the project and keeping it alive. How can I help?

seveves commented 6 years ago

Like I said in my previous comment. The project should be converted to a project that has been created with f.e. a generator that bundles in all the several module formats and helps with AOT compilation.

As a second step you should update to the latest visjs version and its type definitions.

Let me know if you are still interested and I'll grant you the needed permissions.

RingoKam commented 6 years ago

Got it! I am looking into using yeoman generator-angular2-library you mentioned above, any other resource that you found helpful?

seveves commented 6 years ago

I think these are the most important points. Of course Minko Gechev's blog is always a good read.

anvial commented 6 years ago

Hi, All

I'm also interested in using this project. So I can help to test and to develop.

@RingoKam any updates?

RingoKam commented 6 years ago

hey @anvial, I started the project a weekend ago with the yo package @seveves suggested. Ran into bunch of built errors. I will try to look at it again tonight.

seveves commented 6 years ago

@RingoKam feel free to post your build errors. Maybe I can help a bit. Also let me know if you need extra contributors to help you, like @anvial f.e.

seveves commented 6 years ago

beside the generator-angular2-library way there is also https://github.com/dherges/ng-packagr

RingoKam commented 6 years ago

Thanks! I will take a look at ng-packagr.

I used the one you posted couple weeks ago yeoman generator-angular2-library for a project at work, and it worked fine. I think the built issue I ran into last time was relate to something else.

tatsujb commented 6 years ago

update?

hypery2k commented 6 years ago

you can check this project: https://www.npmjs.com/package/ngx-vis

It's my forked of this repo with Angular 5+ Support