taffy-coustom-ui
Version:
20 lines (16 loc) • 549 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common';
import { AppComponent } from './app.component';
import { HeroesComponent } from './heroes.component'
import { jqxListBoxModule } from 'jqwidgets-ng/jqxlistbox';
export class AppModule { }