dependencies dependencies cluster_ConfiguratorAttributeCheckboxListModule cluster_ConfiguratorAttributeCheckboxListModule_declarations cluster_ConfiguratorAttributeCheckboxListModule_imports cluster_ConfiguratorAttributeCheckboxListModule_exports ConfiguratorAttributeCheckBoxListComponent ConfiguratorAttributeCheckBoxListComponent ConfiguratorAttributeCheckboxListModule ConfiguratorAttributeCheckboxListModule ConfiguratorAttributeCheckBoxListComponent->ConfiguratorAttributeCheckboxListModule ConfiguratorAttributeCheckBoxListComponent ConfiguratorAttributeCheckBoxListComponent ConfiguratorAttributeCheckboxListModule->ConfiguratorAttributeCheckBoxListComponent ConfiguratorAttributeQuantityModule ConfiguratorAttributeQuantityModule ConfiguratorAttributeQuantityModule->ConfiguratorAttributeCheckboxListModule ConfiguratorPriceModule ConfiguratorPriceModule ConfiguratorPriceModule->ConfiguratorAttributeCheckboxListModule I18nModule I18nModule I18nModule->ConfiguratorAttributeCheckboxListModule KeyboardFocusModule KeyboardFocusModule KeyboardFocusModule->ConfiguratorAttributeCheckboxListModule

File

feature-libs/product-configurator/rulebased/components/attribute/types/checkbox-list/configurator-attribute-checkbox-list.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { I18nModule } from '@spartacus/core';
import { KeyboardFocusModule } from '@spartacus/storefront';
import { ConfiguratorAttributeQuantityModule } from '../../quantity/configurator-attribute-quantity.module';
import { ConfiguratorAttributeCheckBoxListComponent } from './configurator-attribute-checkbox-list.component';
import { ConfiguratorPriceModule } from '../../../price/configurator-price.module';

@NgModule({
  imports: [
    KeyboardFocusModule,
    FormsModule,
    ReactiveFormsModule,
    CommonModule,
    I18nModule,
    ConfiguratorAttributeQuantityModule,
    ConfiguratorPriceModule,
  ],
  declarations: [ConfiguratorAttributeCheckBoxListComponent],
  exports: [ConfiguratorAttributeCheckBoxListComponent],
})
export class ConfiguratorAttributeCheckboxListModule {}

result-matching ""

    No results matching ""