Multiple ionic 3 app to single ionic app

Hi,

I need to merge two ionic v3 application in to one single project without breaking overall structure,
Both app should work individually,

For Example i needed to merge two existing application in ionic v3 (Car pooling application and bus booking application in a same project)

The customer can choose anyone of two application when they open the main project application
Please help me out.

I dont know to explain it more than this.

I would copy them into one solution, prefixed with acronym of the company.

Eg

If the company name is something like Standard Flight and Chartered House prefix them sf-pagename and ch-pagename

KISS principle

1 Like

I would like to know if i could solve this issue by creating two child modules inside the main app module that represent the two apps

You can have nested modules that’s fine.

Just have a parent one import to child ones.