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.
Asked
Active
Viewed 43 times
0
-
Have a look at this article for inspiration => https://medium.com/disney-streaming/combining-multiple-angular-applications-into-a-single-one-e87d530d6527 – Ivan Mihaylov Jan 23 '20 at 08:05
1 Answers
0
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.

Gopinath
- 4,066
- 1
- 14
- 16
-
https://mosaico.io/ (built upon KnockoutJS) itself is a fullpage application so is the angular. how to combine them ? – preeti Jan 24 '20 at 08:07