Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Angular 5? #494

Open
daleclements opened this issue Jan 12, 2018 · 7 comments
Open

Upgrade to Angular 5? #494

daleclements opened this issue Jan 12, 2018 · 7 comments

Comments

@daleclements
Copy link

Currently requires Angular 4, meaning if I want to upgrade an app using this to Angular 5 I have to... have both installed?

I like this table but I can't have it holding back what Angular version I can use

@ChrisMBarr
Copy link

I think I may also be having this issue. I followed the setup instructions exactly and when I add this to a template

<hotTable [data]="data"
          [columns]="columns"
          [colHeaders]="colHeaders"
          [options]="options">
</hotTable>

I'm getting this error

Uncaught Error: Template parse errors:
Can't bind to 'data' since it isn't a known property of 'hotTable'. ("<hotTable [ERROR ->][data]="data"
          [columns]="columns"
          [colHeaders]="colHeaders"
"): ng:///BulkActionsModule/BulkActionCreateUsersComponent.html@0:10

here are my package dependencies

"dependencies": {
    "@angular/animations": "^5.2.2",
    "@angular/common": "^5.2.2",
    "@angular/compiler": "^5.2.2",
    "@angular/core": "^5.2.2",
    "@angular/forms": "^5.2.2",
    "@angular/http": "^5.2.2",
    "@angular/platform-browser": "^5.2.2",
    "@angular/platform-browser-dynamic": "^5.2.2",
    "@angular/router": "^5.2.2",
    "bootstrap": "^4.0.0",
    "core-js": "^2.5.3",
    "font-awesome": "^4.7.0",
    "ng2-handsontable": "^2.0.0",
    "ngx-bootstrap": "^2.0.2",
    "rxjs": "^5.5.6",
    "zone.js": "^0.8.20"
  },
  "devDependencies": {
    "@angular/cli": "^1.6.6",
    "@angular/compiler-cli": "^5.2.2",
    "@angular/language-service": "^5.2.2",
    "@types/jasmine": "~2.8.6",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~9.4.0",
    "codelyzer": "~4.1.0",
    "jasmine-core": "~2.9.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~2.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.4.1",
    "karma-jasmine": "~1.1.1",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.3.0",
    "sass-lint": "^1.12.1",
    "ts-node": "~4.1.0",
    "tslint": "~5.9.1",
    "typescript": "~2.6.2"
  }

@thomasbartsch
Copy link

Any Updates?

@mariohmol
Copy link

did anyone tryed to compile this separated in ang5 and see how that goes?

@robinmaple
Copy link

This doesn't compile with angular 5. Got below error. I was so excited about this, but have to give it up.

Uncaught (in promise): TypeError: NativePromise.resolve is not a function

@Abdullah0991
Copy link

Any news about angular 5 :(

@ivorobioff
Copy link

ivorobioff commented Jun 14, 2018

any news? it fails with ng5

@timferriss
Copy link

Hi All. Tim Here.

I'm running handsontable on ng5. You need to update the pollyfill.ts to import handsontable before zone.js.

'Hang on to your youthful enthusiasms -- you’ll be able to use them better when you’re older.' ― Seneca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants