I have created 5 widgets in one html page and now I want to embed that page in another application; but I am bit confused on how to do it. Do I need to use iframe and call the page or any other way like that?
I have used iframe and embedded it in other applications but it is showing a menu bar and side bar as well. I only need to show widgets and I am using angularjs.
The application where I am embedding the dashboard page is a simple html page which doesn't have any script loaded in it.
Sample code which I have used:
<iframe src="http://localhost:8080/maxApp/#/dashboard" width="100%" height="100%">