如何使用自定义API连接Spartacus

时间:2020-01-27 11:06:25

标签: spartacus-storefront

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

1 个答案:

答案 0 :(得分:1)

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

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