UNPKG

jqwidgets-scripts-custom

Version:

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

29 lines (28 loc) 1.14 kB
import * as jqxcore from '../../jqwidgets/jqxcore'; import * as globalize from '../../jqwidgets/globalization/globalize'; import * as jqxbuttons from '../../jqwidgets/jqxbuttons'; import * as jqxtooltip from '../../jqwidgets/jqxtooltip'; import * as jqxdatetimeinput from '../../jqwidgets/jqxdatetimeinput'; import * as jqxcalendar from '../../jqwidgets/jqxcalendar'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { jqxCalendarComponent } from './angular_jqxcalendar'; var jqxCalendarModule = /** @class */ (function () { function jqxCalendarModule() { } jqxCalendarModule.decorators = [ { type: NgModule, args: [{ imports: [ FormsModule ], declarations: [jqxCalendarComponent], exports: [jqxCalendarComponent] },] } ]; return jqxCalendarModule; }()); export { jqxCalendarModule };