标签: angular
我计划在Angular 2应用中的某个位置添加动态组件。我尝试添加锚点,但它没有用。
答案 0 :(得分:3)
在html中使用锚点
在ts档案中
constructor(private componentFactoryResolver: ComponentFactoryResolver, private viewContainerRef: ViewContainerRef) {}
创建组件工厂 获取锚点的参考 如果需要,绑定任何数据 运行检测更改以进行更新