dependencies dependencies cluster_ConfiguratorAttributeReadOnlyModule cluster_ConfiguratorAttributeReadOnlyModule_exports cluster_ConfiguratorAttributeReadOnlyModule_declarations cluster_ConfiguratorAttributeReadOnlyModule_imports ConfiguratorAttributeReadOnlyComponent ConfiguratorAttributeReadOnlyComponent ConfiguratorAttributeReadOnlyModule ConfiguratorAttributeReadOnlyModule ConfiguratorAttributeReadOnlyComponent->ConfiguratorAttributeReadOnlyModule ConfiguratorAttributeReadOnlyComponent ConfiguratorAttributeReadOnlyComponent ConfiguratorAttributeReadOnlyModule->ConfiguratorAttributeReadOnlyComponent I18nModule I18nModule I18nModule->ConfiguratorAttributeReadOnlyModule KeyboardFocusModule KeyboardFocusModule KeyboardFocusModule->ConfiguratorAttributeReadOnlyModule

File

feature-libs/product-configurator/rulebased/components/attribute/types/read-only/configurator-attribute-read-only.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 { ConfiguratorAttributeReadOnlyComponent } from './configurator-attribute-read-only.component';

@NgModule({
  imports: [
    KeyboardFocusModule,
    FormsModule,
    ReactiveFormsModule,
    CommonModule,
    I18nModule,
  ],
  declarations: [ConfiguratorAttributeReadOnlyComponent],
  exports: [ConfiguratorAttributeReadOnlyComponent],
})
export class ConfiguratorAttributeReadOnlyModule {}

result-matching ""

    No results matching ""