- SAP UI5 sap.ui.vk 命名空间内的控件介绍
- 如何在SAP Spartacus自定义UI里使用标准UI的上下文
- SAP 电商云 Spartacus UI 的 Product C
- SAP 电商云 Spartacus UI 产品搜索结果的设计明细
- SAP UI5 OData, annotation这些设计的意义
- 如何在 SAP 电商云 Spartacus UI 里新建一个页面
- 网站上的 breadcrumb 使用场景浅析
- HTML 按钮(button)的 disable 属性和 dis
- 为什么 SAP 电商云 Spartacus UI SSR 模式下
- SAP 电商云 Spartacus UI Proxy Facad
语法:let-<变量名>
自定义UI:
<ng-template cxOutletRef="header" cxOutletPos="before">
Jerry Custom Header
</ng-template>
<ng-template
cxOutletRef="SimpleResponsiveBannerComponent"
cxOutletPos="before"
let-jerrymodel
>
<p>before banner, jerry model: {{ jerrymodel | json }}</p>
</ng-template>
<cx-storefront>Loading...</cx-storefront>
最终效果:
更多Jerry的原创文章,尽在:"汪子熙":















网友评论