jqwidgets-ng
Version:
[](https://jqwidgets.com/license/)
17 lines (16 loc) • 1.03 kB
JavaScript
import { NgModule } from '@angular/core';
import { jqxChatComponent } from './angular_jqxchat';
import * as i0 from "@angular/core";
export class jqxChatModule {
}
jqxChatModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChatModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
jqxChatModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChatModule, declarations: [jqxChatComponent], exports: [jqxChatComponent] });
jqxChatModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChatModule, imports: [[]] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: jqxChatModule, decorators: [{
type: NgModule,
args: [{
imports: [],
declarations: [jqxChatComponent],
exports: [jqxChatComponent]
}]
}] });