Coder Social home page Coder Social logo

Comments (9)

cstefanache avatar cstefanache commented on August 12, 2024

Hello,

I do not seem to find where the issue is triggered.
here is a working plunker: https://embed.plnkr.co/V91mKCNkBQZB5QO2MUP4/

from angular2-img-cropper.

davidbonachera avatar davidbonachera commented on August 12, 2024

Hum weird,it may be a problem related to the angular2-meteor-bootstrap wrapper i'm using so, because i have the same setup as your plunkr. I'm looking into this.

from angular2-img-cropper.

cstefanache avatar cstefanache commented on August 12, 2024

If you can reproduce it on a plnkr fork I can have a look into it

from angular2-img-cropper.

Mihai-B avatar Mihai-B commented on August 12, 2024

what version of angular are you using?
And what version of zone.js are you using?

from angular2-img-cropper.

davidbonachera avatar davidbonachera commented on August 12, 2024

This is my package.json, i'll try to post a plunkr this week-end.

{
  "name": "beacon-cms",
  "private": true,
  "scripts": {
    "start": "meteor run"
  },
  "dependencies": {
    "@angular/common": "^2.0.0-rc.1",
    "@angular/compiler": "^2.0.0-rc.1",
    "@angular/core": "^2.0.0-rc.1",
    "@angular/http": "^2.0.0-rc.1",
    "@angular/platform-browser": "^2.0.0-rc.1",
    "@angular/platform-browser-dynamic": "^2.0.0-rc.1",
    "@angular/router-deprecated": "^2.0.0-rc.1",
    "angular2-fontawesome": ">=0.3.0",
    "angular2-google-maps": "^0.10.0",
    "angular2-locker": "^0.3.0",
    "angular2-meteor": "^0.5.5",
    "angular2-meteor-accounts-ui": "^0.4.3",
    "angular2-meteor-auto-bootstrap": "^0.5.5",
    "bootstrap": "^4.0.0-alpha.2",
    "es6-shim": "^0.35.1",
    "h5webstorage": "^0.4.2",
    "jquery": "^2.2.4",
    "meteor-node-stubs": "^0.2.3",
    "ng2-bootstrap": "^1.0.17",
    "ng2-datetime": "^1.0.3",
    "reflect-metadata": "^0.1.2",
    "rxjs": "^5.0.0-beta.6",
    "tether": "^1.3.2",
    "zone.js": "^0.6.12"
  },
  "devDependencies": {
    "codelyzer": "0.0.19"
  }
}

from angular2-img-cropper.

cstefanache avatar cstefanache commented on August 12, 2024

How do you load angular/cropper files?
Do you use system.js or bundle in a single file?
Can you paste system.config file content?

from angular2-img-cropper.

davidbonachera avatar davidbonachera commented on August 12, 2024

I use commonjs.

This is my tsconfig.json :

{
  "compilerOptions": {
    "experimentalDecorators": true,
    "module": "commonjs",
    "target": "es5",
    "isolatedModules": false,
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "removeComments": true,
    "noImplicitAny": false,
    "sourceMap": true
  },
  "filesGlob": [
    "client/**/*.ts",
    "server/**/*.ts",
    "typings/**/*.d.ts"
  ]
}

from angular2-img-cropper.

davidbonachera avatar davidbonachera commented on August 12, 2024

After some upgrades of my core and using the new angular router the problem, it's solved. It came from the compatibility between my meteor packages and my angular application.

from angular2-img-cropper.

cstefanache avatar cstefanache commented on August 12, 2024

Awesome! Closing issue...

from angular2-img-cropper.

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.