Is there way to integrate two full page application into a single web application

50 views Asked by At

We are using Mosaico.io for email template design. Need to develop other CRUD operation functionality using Angular 7. Mosaico.io,email template builder is a fullpage application build using KnockoutJS . Is there any way to integrate two full page applications into a single web application.

1

There are 1 answers

1
Gopinath On

Yes. It is definitely possible to integrate multiple apps into single web app.

It can be done without any extra coding effort, as long as there are no conflicts between javascript functions of the apps being merged.