Lazy-loaded overriden or custom CMS Components
SAP Spartacus 有两种 lazy load 方式:
以 feature module 的方式加载。
2.以 Component 为粒度进行加载: lazy loading of separate components (using component: () => import())
前者更优。
Using component: () => import() will lazy load only component code (no module, unless defined in the same file)
上述语法只能懒加载单个的 Component.
答案:yes. 这里可以看到更多明细。