SAP Spartacus的全局配置
生活随笔
收集整理的這篇文章主要介紹了
SAP Spartacus的全局配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
方法1 B2cStorefrontModule.withConfig(config?: StorefrontModuleConfig)
If you import B2cStorefrontModule in your app, preferred and easiest method to provide configuration is to use B2cStorefrontModule.withConfig(config?: StorefrontModuleConfig). StorefrontModuleConfig interface provides type safety and context-aware code completion that speed ups defining configuration and helps to avoid any typos.
例子:b2c.feature.ts里:
export const b2cFeature: FeatureEnvironment = {imports: [B2cStorefrontModule.withConfig({context: {urlParameters: ['baseSite', 'language', 'currency'],baseSite: ['electronics-spa','electronics','apparel-de','apparel-uk','apparel-uk-spa',],},cart: {selectiveCart: {enabled: true,},},}),], };in app.module.ts:
B2cStorefrontModule.withConfig({backend: {occ: {baseUrl: 'https://spartacus-dev0.eastus.cloudapp.azure.com:9002',prefix: '/occ/v2/'}},context: {baseSite: ['electronics-spa'],urlParameters: ['baseSite', 'language', 'currency']},i18n: {resources: translations,chunks: translationChunksConfig,fallbackLang: 'en'},features: {level: '2.1'}}),方法2 - ConfigModule.withConfig
和方法1的參數類型是StorefrontModuleConfig相比,方法2的輸入參數類型為any:
下面的例子是把Spartacus標準的為CMS component實現的Angular Component替換成我們自開發的MycomComponent:
方法3 - 直接用module里的providers數組
這種方法不需要import ConfigModule
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的SAP Spartacus的全局配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: System V消息队列
- 下一篇: 四大外汇平台,什么是炒外汇