mholt / PapaParse

Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input
http://PapaParse.com
MIT License
12.44k stars 1.14k forks source link

Angular 9 support? #799

Closed apauldev closed 4 years ago

apauldev commented 4 years ago

I followed your documentation and added-

import { Papa } from 'ngx-papaparse';
@NgModule({
  imports: [
    Papa
  ],

I have tried disabling AOT and it didn't help ("aot": false). Tried disabling Ivy ("enableIvy": false). I tried using declarations instead of imports.

Here is the error-

 Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class

    5 export declare class Papa {

Am I doing something wrong? Thanks for your help!

apauldev commented 4 years ago

Seems like this works without using the imports. Closing the issue.