- SAP Spartacus B2B功能,只渲染BodyConte
- SAP Spartacus organization unit
- SAP Spartacus 重用组件cx-table的设计原理
- SAP Spartacus B2B ListComponent响
- SAP Spartacus UI 服务器端渲染的调试启动方式 -
- SAP Spartacus UI Duplicated keys
- SAP Commerce Cloud B2B Organizat
- 让 fork 出来的 Github 仓库从远端仓库拖取最新的修改
- SAP Spartacus页面css类的赋值逻辑
- SAP Spartacus Definition of Done
将page slot html的源代码做如下修改:
<ng-template
[cxOutlet]="position"
[cxOutletContext]="{ components$: components$ }"
>
<ng-template
*ngFor="let component of components"
[cxOutlet]="component.flexType"
[cxOutletContext]="{ component: component }"
[cxOutletDefer]="getComponentDeferOptions(component.flexType)"
(loaded)="isLoaded($event)"
>
<ng-container *ngIf='position === "BodyContent"'[cxComponentWrapper]="component">
<div>
{{ component | json }}
</div>
</ng-container>
</ng-template>
</ng-template>
{ "uid": "BudgetsHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }
{ "uid": "CostCentersHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }
{ "uid": "UnitsHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }
{ "uid": "UsersHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }
{ "uid": "UserGroupsHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }
{ "uid": "PurchaseLimitsHomeLink", "typeCode": "BannerComponent", "flexType": "BannerComponent" }、
Banner里包含了Budget,unit,costcenter等等。
更多Jerry的原创文章,尽在:"汪子熙":















网友评论