UNPKG

@spartacus/checkout

Version:

Checkout feature library for Spartacus

17 lines (16 loc) 576 B
import { StateEventService } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class CheckoutEventBuilder { protected stateEventService: StateEventService; constructor(stateEventService: StateEventService); /** * Registers checkout events */ protected register(): void; /** * Register an order successfully placed event */ protected orderPlacedEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutEventBuilder, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CheckoutEventBuilder>; }