dependencies dependencies cluster_ConfiguratorPriceModule cluster_ConfiguratorPriceModule_exports cluster_ConfiguratorPriceModule_declarations cluster_ConfiguratorPriceModule_imports ConfiguratorPriceComponent ConfiguratorPriceComponent ConfiguratorPriceModule ConfiguratorPriceModule ConfiguratorPriceComponent->ConfiguratorPriceModule ConfiguratorPriceComponent ConfiguratorPriceComponent ConfiguratorPriceModule->ConfiguratorPriceComponent I18nModule I18nModule I18nModule->ConfiguratorPriceModule

File

feature-libs/product-configurator/rulebased/components/price/configurator-price.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ConfiguratorPriceComponent } from './configurator-price.component';
import { I18nModule } from '@spartacus/core';

@NgModule({
  declarations: [ConfiguratorPriceComponent],
  exports: [ConfiguratorPriceComponent],
  imports: [CommonModule, I18nModule],
})
export class ConfiguratorPriceModule {}

result-matching ""

    No results matching ""