UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

13 lines (12 loc) 545 B
import { EventService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CartPageEvent } from './cart-page.events'; import * as i0 from "@angular/core"; export declare class CartPageEventBuilder { protected eventService: EventService; constructor(eventService: EventService); protected register(): void; protected buildCartPageEvent(): Observable<CartPageEvent>; static ɵfac: i0.ɵɵFactoryDeclaration<CartPageEventBuilder, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CartPageEventBuilder>; }