@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
12 lines (11 loc) • 739 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./component-wrapper.directive";
import * as i2 from "./inner-components-host.directive";
import * as i3 from "@angular/common";
export declare class PageComponentModule {
static forRoot(): ModuleWithProviders<PageComponentModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponentModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PageComponentModule, [typeof i1.ComponentWrapperDirective, typeof i2.InnerComponentsHostDirective], [typeof i3.CommonModule], [typeof i1.ComponentWrapperDirective, typeof i2.InnerComponentsHostDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PageComponentModule>;
}