昨天我們稍微提到了 <ng-template> ,並說明了可以把 <ng-template> 當作是一種樣板上等著被呼叫的方法(function),這時候應該會有兩個問題是:
<ng-template>
*ngIf
else
今天介紹的 *ngTemplateOutlet 可以幫助我們解答這些問題!
*ngTemplateOutlet