路由到页面而不是Angular中的组件

时间:2018-07-27 03:21:20

标签: javascript angular typescript

好的。所以我知道如何从一个组件路由到另一个组件,但是我可以路由到同一组件或任何其他目录中的页面吗?

假设我们位于组件home

home

  • home.component.html
  • home.component.css
  • home.component.ts
  • classes.html

,当用户单击classes.html中的按钮时,我想将用户重定向到页面home.component.html

,链接应该从/home/home/classes

1 个答案:

答案 0 :(得分:0)

Angular中的所有内容均由组件组成,如果要在应用程序中导航,则需要配置具有特定路径的组件。

如果没有,您可以使用window.href并导航到所需的特定页面,而这不是棱角分明的方式