UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

16 lines (12 loc) 463 B
import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms'; import { AppComponent } from './app.component'; import { jqxTimePickerModule } from 'jqwidgets-ng/jqxtimepicker'; @NgModule({ declarations: [AppComponent ], imports: [BrowserModule, FormsModule, jqxTimePickerModule], providers: [], bootstrap: [AppComponent] }) export class AppModule { }