@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
20 lines (19 loc) • 1.5 kB
TypeScript
import { AddOrderEntriesContext } from './order-entries-context/add-order-entries.context';
import { GetOrderEntriesContext } from './order-entries-context/get-order-entries.context';
import * as i0 from "@angular/core";
import * as i1 from "@ng-bootstrap/ng-bootstrap";
import * as i2 from "./cart-details/cart-details.module";
import * as i3 from "./cart-totals/cart-totals.module";
import * as i4 from "./cart-shared/cart-shared.module";
import * as i5 from "./save-for-later/save-for-later.module";
import * as i6 from "@angular/router";
import * as i7 from "./add-to-wishlist/add-to-wish-list.module";
import * as i8 from "./add-to-cart/add-to-cart.module";
import * as i9 from "./mini-cart/mini-cart.module";
import * as i10 from "@spartacus/core";
export declare type OrderEntriesContext = Partial<AddOrderEntriesContext & GetOrderEntriesContext>;
export declare class CartComponentModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponentModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CartComponentModule, never, [typeof i1.NgbModule, typeof i2.CartDetailsModule, typeof i3.CartTotalsModule, typeof i4.CartSharedModule, typeof i5.SaveForLaterModule, typeof i6.RouterModule], [typeof i7.AddToWishListModule, typeof i2.CartDetailsModule, typeof i3.CartTotalsModule, typeof i4.CartSharedModule, typeof i8.AddToCartModule, typeof i9.MiniCartModule, typeof i10.CartModule, typeof i5.SaveForLaterModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CartComponentModule>;
}