jqwidgets-framework
Version:
jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (11 loc) • 454 B
text/typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { CommonModule } from '@angular/common';
import { BarGaugeModule } from '../../modules/bargauge.module';
import { AppComponent } from './app.component';
export class AppModule { }