@syncfusion/ej2-angular-spreadsheet
Version:
Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular
21 lines (20 loc) • 1.94 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./spreadsheet.component";
import * as i2 from "./image.directive";
import * as i3 from "./chart.directive";
import * as i4 from "./cells.directive";
import * as i5 from "./rows.directive";
import * as i6 from "./columns.directive";
import * as i7 from "./ranges.directive";
import * as i8 from "./conditionalformats.directive";
import * as i9 from "./sheets.directive";
import * as i10 from "./definednames.directive";
import * as i11 from "@angular/common";
/**
* NgModule definition for the Spreadsheet component.
*/
export declare class SpreadsheetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SpreadsheetModule, [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective], [typeof i11.CommonModule], [typeof i1.SpreadsheetComponent, typeof i2.ImageDirective, typeof i2.ImagesDirective, typeof i3.ChartDirective, typeof i3.ChartsDirective, typeof i4.CellDirective, typeof i4.CellsDirective, typeof i5.RowDirective, typeof i5.RowsDirective, typeof i6.ColumnDirective, typeof i6.ColumnsDirective, typeof i7.RangeDirective, typeof i7.RangesDirective, typeof i8.ConditionalFormatDirective, typeof i8.ConditionalFormatsDirective, typeof i9.SheetDirective, typeof i9.SheetsDirective, typeof i10.DefinedNameDirective, typeof i10.DefinedNamesDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SpreadsheetModule>;
}