Which version of angular2 + typescript

Hello,

It could be great to have the recommandation from ionic team for the version of angular an typescript to use with ionic version (app script version + ionic angular).

For example I am using:
“ionic-angular”: “2.0.1"
@ionic/app-scripts": “^1.1.4”

with:
“typescript”: “^2.1.5"
@angular/common": “2.2.1”,
"@angular/compiler": “2.2.1”,
"@angular/compiler-cli": “2.2.1”,
"@angular/core": “2.2.1”,
"@angular/forms": “2.2.1”,
"@angular/http": “2.2.1”,
"@angular/platform-browser": “2.2.1”,
"@angular/platform-browser-dynamic": “2.2.1”,
"@angular/platform-server": “2.2.1”,

Is it compatible? Can I upgrade.

I ask this question because maybe we can have incompatibility between versions (I have an error at build prod so I suspect an error between angular compiler/compiler cli with ionic version and ionic app script version).

Thanks for your suggestion

I guess whatever is in https://github.com/driftyco/ionic2-app-base/blob/master/package.json are the recommended versions to use right now.

TS 2.1 is not supported at the moment, AFAIK.

Thanks a lot for your answers both.

So I think my isse is coming from there. I am using 2.1


Thanks