dependencies dependencies cluster_DpPaymentFormModule cluster_DpPaymentFormModule_declarations cluster_DpPaymentFormModule_exports cluster_DpPaymentFormModule_imports DpPaymentFormComponent DpPaymentFormComponent DpPaymentFormModule DpPaymentFormModule DpPaymentFormComponent->DpPaymentFormModule DpPaymentFormComponent DpPaymentFormComponent DpPaymentFormModule->DpPaymentFormComponent I18nModule I18nModule I18nModule->DpPaymentFormModule SpinnerModule SpinnerModule SpinnerModule->DpPaymentFormModule

File

integration-libs/digital-payments/src/checkout/cms-components/dp-payment-method/dp-payment-form/dp-payment-form.module.ts

import { SpinnerModule } from '@spartacus/storefront';
import { DpPaymentFormComponent } from './dp-payment-form.component';
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { ReactiveFormsModule } from '@angular/forms';
import { NgSelectModule } from '@ng-select/ng-select';
import { I18nModule } from '@spartacus/core';

@NgModule({
  imports: [
    CommonModule,
    ReactiveFormsModule,
    NgSelectModule,
    I18nModule,
    SpinnerModule,
  ],

  declarations: [DpPaymentFormComponent],
  exports: [DpPaymentFormComponent],
})
export class DpPaymentFormModule {}

result-matching ""

    No results matching ""