Code Monkey home page Code Monkey logo

Comments (7)

alberthaff avatar alberthaff commented on July 28, 2024

Hi.

Sorry for the late reply. I have just released a new version (ngx-papaparse@5) which should solve this issue. If not, feel free to reopen this issue.

from ngx-papaparse.

AlexGoris-KasparSolutions avatar AlexGoris-KasparSolutions commented on July 28, 2024

I'm having this exact problem still today with Angular 10.2.3 and ngx-papaparse@5.
Should I open a new issue or can this one be reopened?

from ngx-papaparse.

alberthaff avatar alberthaff commented on July 28, 2024

@AlexGoris-KasparSolutions No need for a new issue, if it's the same problem.
Could you please send me the versions stated in your content package.lock-file?
I need the version of ngx-papaparse, papaparse and @angular/core.

Also - do you have ivy enabled?

from ngx-papaparse.

AlexGoris-KasparSolutions avatar AlexGoris-KasparSolutions commented on July 28, 2024

I have Ivy enabled, yes, I believe it's also the default in angular v10/11

Found this in package-lock.json:

{
    "node_modules/ngx-papaparse": {
      "version": "5.0.0",
      "license": "MIT",
      "dependencies": {
        "papaparse": "^5.3.0",
        "tslib": "^1.10.0"
      }
    },
    "node_modules/ngx-papaparse/node_modules/tslib": {
      "version": "1.14.1",
      "license": "0BSD"
    },
    ...
    "node_modules/papaparse": {
      "version": "5.3.0",
      "license": "MIT"
    },
    ...
    "papaparse": {
      "version": "5.3.0"
    },
    ...
    "node_modules/@angular/core": {
      "version": "10.2.3",
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.0.0"
      },
      "peerDependencies": {
        "rxjs": "^6.5.3",
        "zone.js": "~0.10.3"
      }
    },
}

from ngx-papaparse.

alberthaff avatar alberthaff commented on July 28, 2024

Thanks. I will look into it.

from ngx-papaparse.

Martin19750323 avatar Martin19750323 commented on July 28, 2024

Any new regarding this issue I have exactly the same!

Using Angular 11 with Ivy and ngx-papaparse v5

Regards,

/Martin

from ngx-papaparse.

Martin19750323 avatar Martin19750323 commented on July 28, 2024

Sorry, my misstake it works!

I just should not declare it in my app.module as import! I'm a beginner!

from ngx-papaparse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.