-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Angular 7 #216
Angular 7 #216
Conversation
…and as a result: * The library works correctly now with Angular 6 and 7. * AOT builds work as expected.
@hakimio At first glance this looks really promising. I will pull the branch locally tomorrow and just run through it real quick. Thanks so much for taking the time to do this. |
Cool. Just remember to build the library before building/running the demo app. |
It seems the issue with typedoc wasn't related to node version. Anyway, it's fixed now as well. |
Can you also fix Greenkeeper? |
….css in the demo app.
* Bar position should match label position. * There should be max 10 data points displayed at a time.
@hakimio Thanks again. I'll take a look at greenkeeper. I'll try and cut a release as well |
@willsoto You might want to remove "yarn-error.log" from npm package. |
@willsoto since you removed the README file from "projects/ng-chartist" folder, ng-chartist page on npmjs.com says "Unable to find a readme for [email protected]". Also, in your place I would keep 2 separate package.json files, since now the package.json file in the npm package contains lots of stuff which shouldn't be there. |
@hakimio Good catch on the README, I'll fix that right now. Regarding two separate package.json I am not a fan of that since it just complicates the release process slightly from my perspective. I've moved everything into |
@willsoto What do you think about using compodoc instead of typedoc for documentations? It has better structure, better styling and it's easier to configure it. Do you mind if I update README formatting? |
I don't have a strong opinion either way I suppose, I'd be open to a PR
Anything in particular about the formatting? Just want more of an idea of what you mean
It was probably because I didn't know better when I wrote the library originally.
Could be. I'll take a look at that soon. |
@willsoto |
Ok. I like that. |
Recreated your project using latest version of Angular cli.
Let me know if the changes look ok to you.