如何将 Spartacus 与自定义连接 API

How to connect Spartacus with a custom API

我在后端有一个自定义 API。没有后端组件。我需要直接调用 API。我的问题是我需要在某个页面槽内显示数据。这在斯巴达克斯有可能吗?请指教:)

我只需要为占位符创建一个 CMSFlexComponent,因为 cmsComponents 也可以接受 flex 类型:

cmsComponents: {
    <item type | flex type>: {
        component: <Angular Component>,
    },
}