标签: angular router
如果我为任何组件使用路由器插座或任何其他选择器,我最终会在标签内部使用组件的HTML代码,如下所示:
<component> <!-- component html here --> </component>
我需要这个组件html只替换
<component></component>
答案 0 :(得分:0)
您可以使用<ng-content></ng-content> 标签内组件的HTML代码就像这样。
<ng-content></ng-content>