i would like to know if we can show an angular component inside a div of another application which can be asp.net MVC so that this feels like one single application.
One way i found is to show the angular application inside an iframe but this will have many limitation in our case like the loader will only be shown inside the i frame.
like can we create java script plugin which can be used in the other application?