@anglr/grid
Version:
Angular module displaying grid
15 lines • 1.18 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "../components/grid/grid.component";
import * as i2 from "../components/tableGridMetadataGatherer/tableGridMetadataGatherer.component";
import * as i3 from "../components/tableGridColumn/tableGridColumn.component";
import * as i4 from "../directives/tableGridHeaderCellTemplate/tableGridHeaderCellTemplate.directive";
import * as i5 from "../directives/tableGridBodyCellTemplate/tableGridBodyCellTemplate.directive";
/**
* Module for grid components
*/
export declare class GridModule {
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GridComponent, typeof i2.TableGridMetadataGathererComponent, typeof i3.TableGridColumnComponent, typeof i4.TableGridHeaderCellTemplateDirective, typeof i5.TableGridBodyCellTemplateDirective], [typeof i1.GridComponent, typeof i2.TableGridMetadataGathererComponent, typeof i3.TableGridColumnComponent, typeof i4.TableGridHeaderCellTemplateDirective, typeof i5.TableGridBodyCellTemplateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
}
//# sourceMappingURL=grid.module.d.ts.map