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) 1 kB
import * as jqxcore from '../../jqwidgets/jqxcore'; import * as jqxbuttons from '../../jqwidgets/jqxbuttons'; import * as jqxwindow from '../../jqwidgets/jqxwindow'; import * as jqxribbon from '../../jqwidgets/jqxribbon'; import * as jqxlayout from '../../jqwidgets/jqxlayout'; import * as jqxmenu from '../../jqwidgets/jqxmenu'; import * as jqxscrollbar from '../../jqwidgets/jqxscrollbar'; import * as jqxdockinglayout from '../../jqwidgets/jqxdockinglayout'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { NgModule } from '@angular/core'; import { jqxDockingLayoutComponent } from './angular_jqxdockinglayout'; export class jqxDockingLayoutModule { } jqxDockingLayoutModule.decorators = [ { type: NgModule, args: [{ imports: [], declarations: [jqxDockingLayoutComponent], exports: [jqxDockingLayoutComponent] },] } ];