@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
15 lines (14 loc) • 807 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./table.component";
import * as i2 from "@angular/common";
import * as i3 from "../../../cms-structure/outlet/outlet.module";
import * as i4 from "./table-header-cell/table-header-cell.module";
import * as i5 from "./table-data-cell/table-data-cell.module";
/**
* The TableModule provides a table component that is driven by (responsible) configuration.
*/
export declare class TableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent], [typeof i2.CommonModule, typeof i3.OutletModule, typeof i4.TableHeaderCellModule, typeof i5.TableDataCellModule], [typeof i1.TableComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
}