Hello again,
now with Version 4.3.0 i got two types of Errors.
First “Build:Module ‘”…./node_modules/@angular/http/index”‘ has no exportet member ‘noop”. in all jqwidgets-ts files.
And second type is “Build:Class ‘jqxComboBoxComponent” incorrectly implements Interface ‘ControleValueAccessor’. theses “incorrect implements” error are in many jqxwidgets-ts files.
same version as in my first post but typescript 2.0.2
i just added the jqwidgets-ts folder to my components. no coding with jqwidgets-ts nothing importet just translate with typescript.
this is my packe.json:
{
“version”: “1.0.0”,
“name”: “tkign”,
“private”: true,
“dependencies”: {
“@angular/common”: “2.0.0”,
“@angular/compiler”: “2.0.0”,
“@angular/core”: “2.0.0”,
“@angular/forms”: “2.0.0”,
“@angular/http”: “2.0.0”,
“@angular/platform-browser”: “2.0.0”,
“@angular/platform-browser-dynamic”: “2.0.0”,
“@angular/router”: “3.0.0”,
“@angular/upgrade”: “2.0.0”,
“systemjs”: “0.19.27”,
“jquery”: “3.1.0”,
“bootstrap”: “3.3.7”,
“core-js”: “2.4.1”,
“@types/core-js”: “0.9.33”,
“reflect-metadata”: “^0.1.3”,
“rxjs”: “5.0.0-beta.12”,
“zone.js”: “^0.6.23”
}
}
if you need something else from my code, please let me know 
thank you for your help