SAP Spartacus B2B User list页面的数据加载逻辑
list.service.ts的getData方法里的this.load触发时,this实际指向UserListService:触发点还是list页面的async pipe:ListService在运行时的实例化成UserListService,在userCmsConfig里完成:getUserList:调用th...
SAP Spartacus B2B User list页面的数据加载逻辑
list.service.ts的getData方法里的this.load触发时,this实际指向UserListService:select的输入参数:输入一个函数,该函数的类型定义:接受一个输入参数,类型为T,输出参数为K,整个select调用返回的类型为:Observ...
SAP Spartacus Product List 页面的扩展问题
Attempting to modify the ProductList page.Found a slot ProductListSlot but doesn’t appear to have a flexcomponent associated with it.So even if I create a custom component and map it to the ProductLi....
SAP Spartacus List Component 里定义的待显示 Popover 内容,如何传递到 Popover Component 里的?
中心思想:这个传递以 Popover Directive 为桥梁。PopoverComponent里的 content 属性:string 或者 TemplateRef,后者是 ng-template 即模板实例。PopoverDirective 里的 cxPopover:运行时,渲染出的 Popover,内容实...
SAP Spartacus B2B Unit List跳转到Unit Detail页面的路由执行逻辑
SAP Spartacus B2B Unit List跳转到Unit Detail页面的路由执行逻辑
SAP Spartacus B2B Org Unit List节点展开的递归逻辑实现
Rustic Services有两个子节点,点击之后,触发toggle方法:子节点分别是Services East和Services West:this.treeToggle$是一个BehaviorSubject:toggle执行后,执行next方法,通知subscriber:我想知道的是这个Map...
SAP Spartacus B2B unit list页面抬头的计数逻辑的实现原理
如下图所示:pipe的输入:orgUnit.header调用this.translate进行翻译:
SAP Spartacus里unit list tree节点expanded属性的赋值逻辑
如下图所示:标识为1和2的unit,其后台数据的expanded属性值,分别为true和false:这个属性的赋值逻辑在unit-list.service.ts的第72行:unitTreeService.isExpanded方法,输入参数分别是unit节点的id和在树里的层级结构:对于Rustic ...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。