Hello,
There is a guide on how to prepare the application to be migrated to v2, which is great, but how do we actually perform the migration once the application is prepared?
More specifically, how do we bootstrap using UpgradeAdapter?
I know how to do that in pure Angular, however Ionic applications are different, and are started with initializeApp(), not boostrap.
So how do we do it?
Thanks!