@anglr/grid
Version:
Angular module displaying grid
40 lines • 2.11 kB
JavaScript
import { NgModule } from '@angular/core';
import { GridComponent, TableGridColumnComponent, TableGridMetadataGathererComponent } from '../components';
import { TableGridBodyCellTemplateDirective, TableGridHeaderCellTemplateDirective } from '../directives';
import * as i0 from "@angular/core";
/**
* Module for grid components
*/
export class GridModule {
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0", ngImport: i0, type: GridModule, imports: [GridComponent,
TableGridMetadataGathererComponent,
TableGridColumnComponent,
TableGridHeaderCellTemplateDirective,
TableGridBodyCellTemplateDirective], exports: [GridComponent,
TableGridMetadataGathererComponent,
TableGridColumnComponent,
TableGridHeaderCellTemplateDirective,
TableGridBodyCellTemplateDirective] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: GridModule }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: GridModule, decorators: [{
type: NgModule,
args: [{
imports: [
GridComponent,
TableGridMetadataGathererComponent,
TableGridColumnComponent,
TableGridHeaderCellTemplateDirective,
TableGridBodyCellTemplateDirective,
],
exports: [
GridComponent,
TableGridMetadataGathererComponent,
TableGridColumnComponent,
TableGridHeaderCellTemplateDirective,
TableGridBodyCellTemplateDirective,
],
}]
}] });
//# sourceMappingURL=grid.module.js.map