UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

24 lines (23 loc) 925 B
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'; var jqxBulletChartModule = /** @class */ (function () { function jqxBulletChartModule() { } jqxBulletChartModule.decorators = [ { type: NgModule, args: [{ imports: [], declarations: [jqxBulletChartComponent], exports: [jqxBulletChartComponent] },] } ]; return jqxBulletChartModule; }()); export { jqxBulletChartModule };