jqwidgets-ng
Version:
jQWidgets Angular Modules
17 lines (16 loc) • 1.04 kB
JavaScript
import { NgModule } from '@angular/core';
import { jqxChartComponent } from './angular_jqxchart';
import * as i0 from "@angular/core";
export class jqxChartModule {
}
jqxChartModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
jqxChartModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChartModule, declarations: [jqxChartComponent], exports: [jqxChartComponent] });
jqxChartModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChartModule, imports: [[]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChartModule, decorators: [{
type: NgModule,
args: [{
imports: [],
declarations: [jqxChartComponent],
exports: [jqxChartComponent]
}]
}] });