I have a little problem with Angular 4 : how can I implement plugins as node-module ? ( like https://datatables.net/ or https://gionkunz.github.io/chartist-js/ )
-
1Welcome to StackOverflow. Please read how to ask - stackoverflow.com/help/how-to-askVlad Bochenin– Vlad Bochenin2017-09-05 12:48:15 +00:00Commented Sep 5, 2017 at 12:48
-
you can map it up in the systemjs.config else if you are using ng-cli start using it directly after installing medium.com/@kermani/… stackoverflow.com/questions/40526476/…Gary– Gary2017-09-05 12:51:49 +00:00Commented Sep 5, 2017 at 12:51
-
I've been using this: github.com/jvandemo/generator-angular2-library and it's great ;)maxime1992– maxime19922017-09-05 13:54:08 +00:00Commented Sep 5, 2017 at 13:54
Add a comment
|
1 Answer
Try these modules just follow the instructions. https://www.npmjs.com/package/angular2-chartist https://www.npmjs.com/package/angular-4-data-table