jqwidgets-framework
Version:
jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
22 lines (16 loc) • 497 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { ComboBoxModule } from '../../modules/combobox.module';
import { RadioButtonModule } from '../../modules/radiobutton.module';
export class AppModule { }