为什么在呈现布局组件(此布局获取我之前提到的ng-template块)之前应用ng-template内部的指令?

时间:2019-05-01 08:15:53

标签: angular

我最近遇到的非常有趣的事情。

<layout-component [header]="headerEl">
     <div>...</div>
     <div>...</div>
 </layout-component>
 <ng-template #headerEl>
     <button themeSwitcher> ...</button>
 </ng-template>

问题是:为什么在呈现“ layout-component”之前应用了“ themeSwitcher”指令?

0 个答案:

没有答案