Handsontable-pro not builds with Angular-4 wrapper

Tags: #<Tag:0x00007efc64db3ac8>

Hi to all.
I want evalute Handsontable-pro. I want testing trial version and verify compatibility with my angular 4 project. I followed the guide for angular wrapper ( https://github.com/handsontable/angular-handsontable) but when i try to start my project I get follow errors:
C:/myProject/node_modules/@handsontable-pro/angular/handsontable-pro-angular.d.ts, found version 4, expected 3, resolving symbol AppModule.

I have follow packege.json:
“dependencies”: {
@angular/animations”: “^4.4.6”,
@angular/common”: “^4.2.4”,
@angular/compiler”: “^4.2.4”,
@angular/core”: “^4.2.4”,
@angular/forms”: “^4.2.4”,
@angular/http”: “^4.2.4”,
@angular/platform-browser”: “^4.2.4”,
@angular/platform-browser-dynamic”: “^4.2.4”,
@angular/router”: “^4.2.4”,
@handsontable-pro/angular”: “^1.0.0-beta4”,
@ngx-translate/core”: “^9.1.1”,
@types/jquery”: “^3.3.0”,
“angular-handsontable”: “^1.0.0-beta3”,
“classlist.js”: “^1.1.20150312”,
“core-js”: “^2.4.1”,
“font-awesome”: “^4.7.0”,
“handsontable-pro”: “^1.15.1”,
“jquery”: “^3.3.1”,
“primeng”: “^4.3.0”,
“rxjs”: “^5.4.2”,
“typescript”: “^2.4.2”,
“web-animations-js”: “^2.3.1”,
“zone.js”: “^0.8.14”
},
“devDependencies”: {
@angular/cli”: “1.4.9”,
@angular/compiler-cli”: “^4.2.4”,
@angular/language-service”: “^4.2.4”,
@types/jasmine”: “~2.5.53”,
@types/jasminewd2”: “~2.0.2”,
@types/node”: “~6.0.60”,
“codelyzer”: “~3.2.0”,
“jasmine-core”: “~2.6.2”,
“jasmine-spec-reporter”: “~4.1.0”,
“karma”: “~1.7.0”,
“karma-chrome-launcher”: “~2.1.1”,
“karma-cli”: “~1.0.1”,
“karma-coverage-istanbul-reporter”: “^1.2.1”,
“karma-jasmine”: “~1.1.0”,
“karma-jasmine-html-reporter”: “^0.2.2”,
“protractor”: “~5.1.2”,
“ts-node”: “~3.2.0”,
“tslint”: “~5.7.0”
}

.How to resolve it??? I want to buy handsontable-pro but if it does not work with angular-4 I can not buy.
Thanks for reply.

Hi @carmelo.milordo

I have been told by our Angular developer that we will change the wrapper structure and provide such solutions

@handsontable-pro/angular@^4.0.0 for @angular/core@^4.0.0
@handsontable-pro/angular@^5.0.0 for @angular/core@^5.0.0

…and so on. But first, we need to complete documentation and fix some serious bugs.
I highly encourage to check our Trello for changes https://trello.com/b/PztR4hpj/handsontable-roadmap
It will be one of the first places to look for updates on the development.

exacly same issue i am also getting…any fix for this

Hi @rizwanullah.rizwi

We do not have any wrapper version that support Handsontable PRO and Angular 4. Beta4 support Angular 5+

is there nay plan to support angular2 or 4?
this was the issue i was facing…i have angular 2 in my app thats why pro is not working. so can yu just help me is there any future plan to support angular2+ version

Angular 2 works only with Handsontable CE and I do not know if it will work with PRO but we are planning to push a wrapper version to Support PRO and Angular 4. However there is no deadline scheduled yet.

For all users who are interested in the implementation of Handsonable PRO and Angular here is an example https://stackblitz.com/edit/angular-iodmi2?file=src%2Fapp%2Fhello.component.ts

(the following example uses Angular 6 and Handsontable PRO 4.0.0)