标签: angular
我有带属性选择器的组件
@Component({selector:'[some-attr]'})
当我在ViewContainerRef中使用组件工厂动态创建它时,它会像
<div some-attr></div>
有没有办法指定另一个标签,而不是div?