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