I have a site which consist of many different html pages, some of them compiled by angular 1, some of them use jQuery, some not. But now, I need to make one spa of this pages.
I have very many modals and tables, so how can I do it by pieces?
I prefer to use iframe tag. How can I realize 2-ways event bindings? For example, if I click a button(show modal) inside iframe page, modal must open from the parent page.
Or maybe there is the best solution to solve this problem? Thank you.