@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
9 lines (8 loc) • 438 B
TypeScript
import { HomePageEventBuilder } from './home-page-event.builder';
import * as i0 from "@angular/core";
export declare class HomePageEventModule {
constructor(_homePageEventBuilder: HomePageEventBuilder);
static ɵfac: i0.ɵɵFactoryDeclaration<HomePageEventModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<HomePageEventModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<HomePageEventModule>;
}