让 SAP Spartacus 某些 Component 不参与
2021-10-14 本文已影响0人
华山令狐冲
使用如下配置:
ConfigModule.withConfig({
cmsComponents: {
SearchBoxComponent: {
disableSSR: true
}
}
});
在服务器端执行 cxComponentWrapper Directive 的实现代码时,下图第 90 行代码返回 false,因此 this.launchComponent 不会被执行。
以下截图是我在服务器端进行的调试:
拿到 CMS Component 对应的 Angular Component:
在这里动态创建 Angular Component 并触发渲染:
更多Jerry的原创文章,尽在:"汪子熙":