dependencies dependencies cluster_StoreFinderCoreModule cluster_StoreFinderCoreModule_providers cluster_StoreFinderCoreModule_imports StoreFinderStoreModule StoreFinderStoreModule StoreFinderCoreModule StoreFinderCoreModule StoreFinderStoreModule->StoreFinderCoreModule StoreFinderConnector StoreFinderConnector StoreFinderConnector->StoreFinderCoreModule

File

feature-libs/storefinder/core/store-finder-core.module.ts

import { NgModule } from '@angular/core';
import { provideDefaultConfig } from '@spartacus/core';
import { defaultStoreFinderConfig } from './config/default-store-finder-config';
import { StoreFinderStoreModule } from './store/store-finder-store.module';
import { StoreFinderConnector } from './connectors/store-finder.connector';

@NgModule({
  imports: [StoreFinderStoreModule],
  providers: [
    provideDefaultConfig(defaultStoreFinderConfig),
    StoreFinderConnector,
  ],
})
export class StoreFinderCoreModule {}

result-matching ""

    No results matching ""