Angular to ionic?

I’m kinda confused right now. IM currently building an angular mean stack app (usING angular 6+ as front-end and node express mongodb as backend ) and I was wondering if I can convert most of my angular Web app into ionic to implement a few native ios and android functions without having to rewrite the entire app ?

Hi @Jprules123 :wave:

I think now you can use ng add @ionic/angular to add Ionic 4 to an existing Angular app. It has been merged recently so I haven’t personally tested it, but it should work. Create a backup before if not using source control, just in case you need to revert some changes.

Best,
Rodrigo

1 Like