UNPKG

jqwidgets-scripts-custom

Version:

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

17 lines (16 loc) 595 B
import * as jqxcore from '../../jqwidgets/jqxcore'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { NgModule } from '@angular/core'; import { jqxPivotDesignerComponent } from './angular_jqxpivotdesigner'; export class jqxPivotDesignerModule { } jqxPivotDesignerModule.decorators = [ { type: NgModule, args: [{ imports: [], declarations: [jqxPivotDesignerComponent], exports: [jqxPivotDesignerComponent] },] } ];