我正在尝试在页面上添加墨水以到达元素。
我尝试这样做:
<a [routerLink]="#cible"> See the target </a>
<div id = "target"> I'm the target you are looking for </ div>
在基本HTML中,它必须是:
<a href="#cible"> See the target </a>
<!--and then create an element -->
<div id = "target"> I'm the target you are looking for</ div>
我希望它会出现在我想要的页面的一部分上,但是它将目标视为链接而不是墨水,并且我收到一条错误消息,即找不到链接的组件