我想为不同的组件集成多个布局,因此我创建了2种不同的布局。
即 inside.html
,inside.ts
和outside.html
,{ {1}}。
两个组件都有不同的选择器,我应该在outside.ts
文件中使用哪一个?实现这个目标的确切方法是什么?
index.html
答案 0 :(得分:0)
使用选择器构建AppComponent。将其选择器添加到index.html。然后将问题中显示的代码添加到AppComponent。
这使得引导过程更容易,因为只有一个组件(AppComponent)需要在index.html中进行引导和使用。