@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) • 704 B
TypeScript
import { PageSlotService } from './page-slot.service';
import * as i0 from "@angular/core";
import * as i1 from "./page-slot.component";
import * as i2 from "@angular/common";
import * as i3 from "../../outlet/outlet.module";
import * as i4 from "../component/page-component.module";
export declare class PageSlotModule {
constructor(_pageSlot: PageSlotService);
static ɵfac: i0.ɵɵFactoryDeclaration<PageSlotModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PageSlotModule, [typeof i1.PageSlotComponent], [typeof i2.CommonModule, typeof i3.OutletModule, typeof i4.PageComponentModule], [typeof i1.PageSlotComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PageSlotModule>;
}