- 让 SAP Spartacus 某些 Component 不参与
- SAP Spartacus 如何根据 page layout 获
- 如何使用 Chrome 开发者工具 Performance ta
- SAP Spartacus Component-wrapper.
- SAP Spartacus的Component映射
- SAP Spartacus的Component 请求
- SAP Spartacus Angular Component和
- SAP Spartacus 项目开发时需要注意的一些常见错误
- 让 fork 出来的 Github 仓库从远端仓库拖取最新的修改
- SAP Spartacus component-wrapper自
使用如下配置:
ConfigModule.withConfig({
cmsComponents: {
SearchBoxComponent: {
disableSSR: true
}
}
});
在服务器端执行 cxComponentWrapper Directive 的实现代码时,下图第 90 行代码返回 false,因此 this.launchComponent 不会被执行。
以下截图是我在服务器端进行的调试:
拿到 CMS Component 对应的 Angular Component:
在这里动态创建 Angular Component 并触发渲染:
更多Jerry的原创文章,尽在:"汪子熙":
网友评论