【发布时间】:2020-10-10 12:14:18
【问题描述】:
我有一个带有<router-outlet></router-outlet> 的 app.component.html 文件。这显然意味着我的所有其余组件都使用 app.component.html 作为它们的基本 html 容器。
但是我想要一个需要不同 html 布局的登录页面(可能还有其他几个页面)。
我该怎么做?
【问题讨论】:
-
在这里查看解决方案stackoverflow.com/a/46531192/1904292
标签: angular