@spartacus/cart
Version:
`@spartacus/cart` is a package that you can include in your application, which allows you to use various cart features.
16 lines (15 loc) • 889 B
TypeScript
import { ElementRef } from '@angular/core';
import { ContextService, LaunchDialogService, OrderEntriesContext } from '@spartacus/storefront';
import { Observable, Subscription } from 'rxjs';
import * as i0 from "@angular/core";
export declare class ImportOrderEntriesComponent {
protected launchDialogService: LaunchDialogService;
protected contextService: ContextService;
protected subscription: Subscription;
element: ElementRef;
constructor(launchDialogService: LaunchDialogService, contextService: ContextService);
orderEntriesContext$: Observable<OrderEntriesContext | undefined>;
openDialog(orderEntriesContext: OrderEntriesContext): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ImportOrderEntriesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImportOrderEntriesComponent, "cx-import-order-entries", never, {}, {}, never, never>;
}