Angular 2:动态调用组件

时间:2017-07-28 08:09:24

标签: javascript angular ionic2 components angular2-template

我构建了一个Ionic 2 app,因此我使用Angular 2.我想动态调用一些组件。我想知道是否有可能写下这样的想法:

<my-comp-[VAR]><my-comp-[VAR]/>

例如在ts文件中:

component: string = 'home';

在我的html文件中:

<my-comp-{{component}}><my-comp-{{component}}/>

这样做的最佳方法是什么?

0 个答案:

没有答案