关于 SAP Spartacus 的 featureModules
生活随笔
收集整理的這篇文章主要介紹了
关于 SAP Spartacus 的 featureModules
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在 app.module.ts 里,通過 ConfigModule.withConfig ,指定應(yīng)用的 featureModules:
這個(gè) featureModules 的值為 lazyLoadModules:
理想情況下,可以將一個(gè)完整的功能封裝到特定的功能模塊中。 該模塊可以包含與功能相關(guān)的配置以及自定義。
以下是具有延遲加載配置的功能模塊示例:
import { NgModule } from '@angular/core'; import { StoreFinderRootModule } from '@spartacus/storefinder/root'; import { provideConfig } from '@spartacus/core'; import {storeFinderTranslationChunksConfig,storeFinderTranslations, } from '@spartacus/storefinder/assets';@NgModule({imports: [StoreFinderRootModule],providers: [provideConfig({featureModules: {storeFinder: {module: () =>import('@spartacus/storefinder').then((m) => m.StoreFinderModule),},},i18n: {resources: storeFinderTranslations,chunks: storeFinderTranslationChunksConfig,},}),], }) export class StorefinderFeatureModule {}新開發(fā)的 feature module 必須做到 lazy load.
更多Jerry的原創(chuàng)文章,盡在:“汪子熙”:
總結(jié)
以上是生活随笔為你收集整理的关于 SAP Spartacus 的 featureModules的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: matlab矩阵除法「建议收藏」(Mat
- 下一篇: 暖的换偏旁组新字再组词