@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
12 lines (11 loc) • 731 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./payment-methods.component";
import * as i2 from "@angular/common";
import * as i3 from "../../../shared/components/card/card.module";
import * as i4 from "../../../shared/components/spinner/spinner.module";
import * as i5 from "@spartacus/core";
export declare class PaymentMethodsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentMethodsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PaymentMethodsModule, [typeof i1.PaymentMethodsComponent], [typeof i2.CommonModule, typeof i3.CardModule, typeof i4.SpinnerModule, typeof i5.I18nModule], [typeof i1.PaymentMethodsComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PaymentMethodsModule>;
}