UNPKG

jqwidgets-framework

Version:

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

14 lines (10 loc) 410 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormsModule } from '@angular/forms'; import { jqxCheckBoxComponent } from '../../jqwidgets-ts/angular_jqxcheckbox'; @NgModule({ imports: [CommonModule, FormsModule], declarations: [jqxCheckBoxComponent], exports: [jqxCheckBoxComponent], }) export class CheckBoxModule { }