import { AngularCsv } from 'angular-csv-ext/dist/Angular-csv'; instead of refering to Dist every time, how can i use it as npm package ?
import { AngularCsv } from 'angular-csv-ext/dist/Angular-csv';
instead of refering to Dist every time, how can i use it as npm package ?