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
Just add your .css files in styles section and .js files in Scripts section, in angular(-cli).json. I think this would resolve your issues.