SAP Spartacus organization unit
2021-03-10 本文已影响0人
华山令狐冲
SAP Spartacus B2B My Company功能里的org unit list实现:
http://localhost:4200/powertools-spa/en/USD/organization/units

如何自己查询到这个页面的Angular Component?根据url后面的片段organization/units作为关键字进行搜索:

找到了这个UnitsComponentsModule:

该Module里包含了UnitListComponent:

这个Component的UI实现:unit-list.component.html:

在template里加上一个h1:

运行时确实生效了,说明我们寻找的UnitListComponent是正确的:

更多Jerry的原创文章,尽在:"汪子熙":
