jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
17 lines (13 loc) • 534 B
text/typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import { AppComponent } from './app.component';
import { jqxHeatMapModule } from 'jqwidgets-ng/jqxheatmap';
import { jqxRadioButtonModule } from 'jqwidgets-ng/jqxradiobutton';
export class AppModule { }