Convert Ionic app to Angular app

Ionic CLI 4.10.3.

We have 1 Ionic app. We need to break it into 3 apps. 2 Angular and 1 Ionic.

I read that Ionic does not directly support deployments as a website. I’m tasked with converting an Ionic app to an Angular app. Is this supported?

If no, my idea is to use Angular Material to get a similar look and feel. Has anyone done this? Any suggestions or recommendations?

Ionic will run just fine as web site. If you used any Cordova plugins, those might have issues finding web-only solutions.

I personally have deployed several Ionic based solutions as web only. Take some time to read up on Progressive Web Apps, and you should like what you fine.

Good luck.

1 Like