jqwidgets-framework
Version:
jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
24 lines (18 loc) • 643 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { ButtonModule } from '../../modules/button.module';
import { WindowModule } from '../../modules/window.module';
import { CheckBoxModule } from '../../modules/checkbox.module';
import { TabsModule } from '../../modules/tabs.module';
export class AppModule { }