How to include a angular app in a non-angular app by using a iframe? Must be able to use angular app through this iframe with all routing still working. Is it possible? or Am I thinking wrong? Feel free to correct me. Thanks in advance.
iFrame is a complete DOM. As per MDN: Each embedded browsing context has its own session history and active document.
With that in mind, angular apps will work just fine inside an iFrame.
General syntax: <iframe src="url_to_your_angular_app"></iframe>
Read more: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With