SAP Spartacus 里 ng-template和ng-container的嵌套使用
生活随笔
收集整理的這篇文章主要介紹了
SAP Spartacus 里 ng-template和ng-container的嵌套使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
源代碼:
<h4>Jerry: {{position}}</h4> <div *ngIf="components[0]"> <h5>Component uid: {{ components[0].uid }}</h5> <h6>Type code: {{ components[0].typeCode }}</h6> </div> <h4>end</h4> <ng-template[cxOutlet]="position"[cxOutletContext]="{ components$: components$ }" > <div>before ng-template</div><ng-template*ngFor="let component of components"[cxOutlet]="component.flexType"[cxOutletContext]="{ component: component }"[cxOutletDefer]="getComponentDeferOptions(component.flexType)"(loaded)="isLoaded($event)"><div>before ng-container,type: {{ component.flexType}}</div><ng-container [cxComponentWrapper]="component"></ng-container><div>after ng-container</div></ng-template> <div>after ng-template</div> </ng-template>總結
以上是生活随笔為你收集整理的SAP Spartacus 里 ng-template和ng-container的嵌套使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 2022年房贷征信要求,有以下三点
- 下一篇: 初学者怎么写代码(不用写代码神器)