jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
20 lines (19 loc) • 759 B
JavaScript
import * as jqxcore from '../../jqwidgets/jqxcore';
import * as jqxdata from '../../jqwidgets/jqxdata';
import * as jqxtooltip from '../../jqwidgets/jqxtooltip';
import * as jqxbulletchart from '../../jqwidgets/jqxbulletchart';
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { NgModule } from '@angular/core';
import { jqxBulletChartComponent } from './angular_jqxbulletchart';
export class jqxBulletChartModule {
}
jqxBulletChartModule.decorators = [
{ type: NgModule, args: [{
imports: [],
declarations: [jqxBulletChartComponent],
exports: [jqxBulletChartComponent]
},] }
];