UNPKG

jqwidgets-ng

Version:

[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)

17 lines (16 loc) 1.04 kB
import { NgModule } from '@angular/core'; import { jqxPanelComponent } from './angular_jqxpanel'; import * as i0 from "@angular/core"; export class jqxPanelModule { } jqxPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); jqxPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxPanelModule, declarations: [jqxPanelComponent], exports: [jqxPanelComponent] }); jqxPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxPanelModule, imports: [[]] }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxPanelModule, decorators: [{ type: NgModule, args: [{ imports: [], declarations: [jqxPanelComponent], exports: [jqxPanelComponent] }] }] });