【问题标题】:How to include angular 4 app inside iframe in another app?如何在另一个应用程序的 iframe 中包含 angular 4 应用程序?
【发布时间】:2018-10-31 16:31:22
【问题描述】:

如何使用 iframe 在非 Angular 应用中包含 Angular 应用?必须能够通过此 iframe 使用 Angular 应用程序,并且所有路由仍在工作。是否可以?还是我想错了?随时纠正我。提前致谢。

【问题讨论】:

    标签: javascript angular iframe


    【解决方案1】:

    iFrame 是一个完整的 DOM。根据 MDN:每个嵌入式浏览上下文都有自己的会话历史记录和活动文档。

    考虑到这一点,Angular 应用程序将在 iFrame 中正常工作。

    一般语法:<iframe src="url_to_your_angular_app"></iframe>

    阅读更多: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

    【讨论】:

    • 我按照你的建议添加了 iframe。它的工作!
    猜你喜欢
    • 2021-11-30
    • 2020-09-06
    • 2017-08-29
    • 1970-01-01
    • 1970-01-01
    • 2010-12-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多