Using full featured Datatables Plugin with Angular 6
问题 I am trying to add Datatables plugin (datatables.net) facility with my angualar 6 project. I am not sure how should I include the necessary css, js and other required files to my project with npm installer. After selecting my necessary options I am following the NPM Install method with these : npm install --save datatables.net-bs4 npm install --save datatables.net-buttons-bs4 npm install --save datatables.net-colreorder-bs4 npm install --save datatables.net-responsive-bs4 npm install --save