【发布时间】:2020-06-18 10:10:53
【问题描述】:
我正在尝试创建一个 Angular 库,以扩展 Spartacus 产品详细信息页面中产品图像组件的功能。
在自定义 cms 组件时,我了解到有必要在 app.component.html 中添加如下几行:
<ng-template cxOutletRef="ProductImagesComponent">
<cx-product-images></cx-product-images>
</ng-template>
是否可以将此部分集成到库中,以便安装它的用户无需更改其 app.component.html?我似乎找不到任何关于它的信息。 另外,可以做一个扩展 cms 组件的库吗?我对 Angular 和 Spartacus 很陌生。
谢谢
【问题讨论】:
标签: angular spartacus-storefront