Spartacus 3.3.0 中的延迟加载自定义模块不起作用

Lazy Loading Custom module in Spartacus 3.3.0 not working

正在尝试延迟加载我的自定义功能模块之一。它创建块但不会在浏览器中懒惰地工作。它会在第一次加载。请提出我在这里缺少的东西...

根据块已创建的事实,您似乎缺少 cmsComponents 数组。

您需要列出延迟加载模块中存在的 CMS 组件,这样 Spartacus 就会知道何时加载块。请参阅 https://angular.io/guide/router#getting-route-information and also a quick example I sprung up https://github.com/LTiger14/custom-style-spartacus/blob/main/src/app/app.module.ts#L26-L33