taffy-coustom-ui
Version:
22 lines (16 loc) • 493 B
text/typescript
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { jqxSortableModule } from 'jqwidgets-ng/jqxsortable';
import { jqxPanelModule } from 'jqwidgets-ng/jqxpanel';
export class AppModule { }