-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Ionic version: (check one with "x")
[ ] 1.x
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request
Request:
We have a mostly angular setup but using a few components from the ionic framework since we're building a desktop and mobile website from the same core. So we were wandering if ionic will support angular 4.3 anytime soon, we're interested in making use of the new features that HttpClient brings.
Is there a reason not support any angular minor version greater than the minimum that ionic requires since Angular is semver? I notice another angular component library we use simply use peerDependencies: { "@angular/common": "^4.0.0" } in packages.json allowing us to use whatever version we want.