@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
TypeScript
import { EventService } from '@spartacus/core';
import { Observable } from 'rxjs';
import { HomePageEvent } from './home-page.events';
import * as i0 from "@angular/core";
export declare class HomePageEventBuilder {
protected eventService: EventService;
constructor(eventService: EventService);
protected register(): void;
protected buildHomePageEvent(): Observable<HomePageEvent>;
static ɵfac: i0.ɵɵFactoryDeclaration<HomePageEventBuilder, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HomePageEventBuilder>;
}