mpx200 / ng-dygraphs

Angular 2+ library for support of dygraphs(http://dygraphs.com) charts
MIT License
3 stars 9 forks source link

Use ng compiler instead of typescript compiler. #17

Closed JimiC closed 6 years ago

JimiC commented 6 years ago

Switch from tsc to ngc to produce Angular compatible libraries. This also make use of the angular compiler options in tsconfig.json.

JimiC commented 6 years ago

@mpx200 I have also commented out Typescript entries in .gitignore and added lib to ignore the entire folder and not just individual files. Of course, you should keep publishing lib on npm.