我最近遇到的非常有趣的事情。
<layout-component [header]="headerEl">
<div>...</div>
<div>...</div>
</layout-component>
<ng-template #headerEl>
<button themeSwitcher> ...</button>
</ng-template>
问题是:为什么在呈现“ layout-component”之前应用了“ themeSwitcher”指令?