一、主页面:

app.component.html:

1  <button (click)="load();">动态</button>
2 2<div #domRoom><!--动态组件加载到这个div里--></div>
View Code

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2022-02-10
  • 2018-07-09
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2019-03-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案