dependencies dependencies cluster_ConfiguratorAttributeQuantityModule cluster_ConfiguratorAttributeQuantityModule_imports cluster_ConfiguratorAttributeQuantityModule_declarations cluster_ConfiguratorAttributeQuantityModule_exports ConfiguratorAttributeQuantityComponent ConfiguratorAttributeQuantityComponent ConfiguratorAttributeQuantityModule ConfiguratorAttributeQuantityModule ConfiguratorAttributeQuantityComponent->ConfiguratorAttributeQuantityModule ConfiguratorAttributeQuantityComponent ConfiguratorAttributeQuantityComponent ConfiguratorAttributeQuantityModule->ConfiguratorAttributeQuantityComponent I18nModule I18nModule I18nModule->ConfiguratorAttributeQuantityModule ItemCounterModule ItemCounterModule ItemCounterModule->ConfiguratorAttributeQuantityModule KeyboardFocusModule KeyboardFocusModule KeyboardFocusModule->ConfiguratorAttributeQuantityModule

File

feature-libs/product-configurator/rulebased/components/attribute/quantity/configurator-attribute-quantity.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { I18nModule, provideDefaultConfig } from '@spartacus/core';
import { ItemCounterModule, KeyboardFocusModule } from '@spartacus/storefront';
import { defaultConfiguratorUISettingsConfig } from '../../config/default-configurator-ui-settings.config';
import { ConfiguratorAttributeQuantityComponent } from './configurator-attribute-quantity.component';

@NgModule({
  declarations: [ConfiguratorAttributeQuantityComponent],
  exports: [ConfiguratorAttributeQuantityComponent],
  imports: [CommonModule, I18nModule, ItemCounterModule, KeyboardFocusModule],
  providers: [provideDefaultConfig(defaultConfiguratorUISettingsConfig)],
})
export class ConfiguratorAttributeQuantityModule {}

result-matching ""

    No results matching ""