-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
DEV backlog
We're still using Angular 17, but at the time of writing this the latest version is Angular 19, which in theory is supported by Ionic 8.
I looked at the Angular 18&19 documentation and I think the only breaking change that affects us is that components are now standalone by default, so we'll need to add "standalone: false" to all the components that aren't standalone.