Closed skuzmin closed 6 years ago
Hi @skuzmin
Can you please update your tsconfig.json
with "noImplicitAny": false
FYI, there's no need to import Angular5-csv
in your module, just import it in your component
import { Angular5Csv } from 'angular5-csv/Angular5-csv';
@skuzmin
import { Angular5Csv } from 'angular5-csv/dist/Angular5-csv';
Solved it for me!
Please update the import statement in https://www.npmjs.com/package/angular5-csv still it refers to invalid path. import { Angular5Csv } from 'angular5-csv/Angular5-csv';
Hi,
I have faced with next error: TS7016: Could not find a declaration file for module 'angular5-csv/Angular5-csv'.
Could you add declaration in d.ts file ?
Thank you!