Convert angular 5 app to ionic app

Hi,

I have a web ap written in angular 5 that works proerly and rsponsive also. But my customer wants the app available on Play store and Apple store. Is there a simple way to convert my anular app to an ionic native app? Or should I start a new ionic project and reuse components I already created in my angular app?

Thank you

The terminology is perhaps confusing, but “ionic native” refers to a layer between cordova plugins and angular. If you’re attempting to port an existing web app that doesn’t need any native device functionality, you won’t need to concern yourself with it.

1 Like