美文网首页SAP
让 SAP Spartacus 某些 Component 不参与

让 SAP Spartacus 某些 Component 不参与

作者: 华山令狐冲 | 来源:发表于2021-10-14 09:45 被阅读0次

使用如下配置:

ConfigModule.withConfig({
  cmsComponents: {
    SearchBoxComponent: {
      disableSSR: true
    }
  }
});

在服务器端执行 cxComponentWrapper Directive 的实现代码时,下图第 90 行代码返回 false,因此 this.launchComponent 不会被执行。

以下截图是我在服务器端进行的调试:

拿到 CMS Component 对应的 Angular Component:


在这里动态创建 Angular Component 并触发渲染:


更多Jerry的原创文章,尽在:"汪子熙":


相关文章

网友评论

    本文标题:让 SAP Spartacus 某些 Component 不参与

    本文链接:https://www.haomeiwen.com/subject/arxziltx.html