tofiqquadri / ngx-csv-parser

CSV Parser for Angular by Developers Hive
https://tofiqquadri.com/hire/connect
MIT License
25 stars 52 forks source link

Support for other angular versions #2

Closed sahmmie closed 4 years ago

sahmmie commented 4 years ago

ngx-csv-parser needs to support other angular versions, i installed it on angular version 6 and i got this error

WARNING in ./node_modules/ngx-csv-parser/fesm5/ngx-csv-parser.js 117:25-43 2:57:33 PM: "export 'ɵɵdefineInjectable' was not found in '@angular/core'

i had to go and edit my node-modules from ɵɵdefineInjectable to defineInjectable...

tofiqquadri commented 4 years ago

Thanks for bringing this to our notice @sahmmie we will look into this issue.

sahmmie commented 4 years ago

okay... we will be waiting