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) • 947 B
JavaScript
import * as jqxcore from '../../jqwidgets/jqxcore';
import * as jqxdata from '../../jqwidgets/jqxdata';
import * as jqxtooltip from '../../jqwidgets/jqxtooltip';
import * as jqxrangeselector from '../../jqwidgets/jqxrangeselector';
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
import { NgModule } from '@angular/core';
import { jqxRangeSelectorComponent } from './angular_jqxrangeselector';
var jqxRangeSelectorModule = /** @class */ (function () {
function jqxRangeSelectorModule() {
}
jqxRangeSelectorModule.decorators = [
{ type: NgModule, args: [{
imports: [],
declarations: [jqxRangeSelectorComponent],
exports: [jqxRangeSelectorComponent]
},] }
];
return jqxRangeSelectorModule;
}());
export { jqxRangeSelectorModule };