dependencies dependencies cluster_ConfiguratorAttributeFooterModule cluster_ConfiguratorAttributeFooterModule_imports cluster_ConfiguratorAttributeFooterModule_declarations cluster_ConfiguratorAttributeFooterModule_exports ConfiguratorAttributeFooterComponent ConfiguratorAttributeFooterComponent ConfiguratorAttributeFooterModule ConfiguratorAttributeFooterModule ConfiguratorAttributeFooterComponent->ConfiguratorAttributeFooterModule ConfiguratorAttributeFooterComponent ConfiguratorAttributeFooterComponent ConfiguratorAttributeFooterModule->ConfiguratorAttributeFooterComponent I18nModule I18nModule I18nModule->ConfiguratorAttributeFooterModule IconModule IconModule IconModule->ConfiguratorAttributeFooterModule

File

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

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { I18nModule } from '@spartacus/core';
import { IconModule } from '@spartacus/storefront';
import { ConfiguratorAttributeFooterComponent } from './configurator-attribute-footer.component';

@NgModule({
  imports: [
    FormsModule,
    ReactiveFormsModule,
    CommonModule,
    I18nModule,
    IconModule,
  ],
  declarations: [ConfiguratorAttributeFooterComponent],
  exports: [ConfiguratorAttributeFooterComponent],
})
export class ConfiguratorAttributeFooterModule {}

result-matching ""

    No results matching ""