UNPKG

jqwidgets-framework

Version:

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

13 lines (9 loc) 372 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { jqxPivotDesignerComponent } from '../../jqwidgets-ts/angular_jqxpivotdesigner'; @NgModule({ imports: [CommonModule], declarations: [jqxPivotDesignerComponent], exports: [jqxPivotDesignerComponent], }) export class PivotDesignerModule { }