Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在后端有一个自定义 API。没有后端组件。我需要直接调用 API。我的问题是我需要在某个页槽内显示数据。这在斯巴达克斯中可能吗?请指教 :)
我只需要为占位符创建一个 CMSFlexComponent,因为 cmsComponents 也可以接受 flex 类型:
cmsComponents: { <item type | flex type>: { component: <Angular Component>, }, }