alhazmy13 / angular-csv-ext

Helper library for create CSV file in Angular.
MIT License
45 stars 23 forks source link

TS7016 #6

Closed skuzmin closed 6 years ago

skuzmin commented 6 years ago

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!

alhazmy13 commented 6 years ago

Hi @skuzmin Can you please update your tsconfig.json with "noImplicitAny": false

alhazmy13 commented 6 years ago

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';

derreck503 commented 5 years ago

@skuzmin

import { Angular5Csv } from 'angular5-csv/dist/Angular5-csv';

Solved it for me!

KrishnaAnanthi commented 5 years ago

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';