ng-devui-materials
Version:
Materials of DevUI Admin
31 lines (29 loc) • 774 B
text/typescript
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { BasicListComponent } from './basic-list.component';
import {
SelectModule,
DataTableModule,
LoadingModule,
PaginationModule,
TagsModule,
} from 'ng-devui';
import { SharedModule } from 'src/app/@shared/shared.module';
import { ListDataService } from './list-data.service';
import { AdminFormModule } from 'src/app/@shared/components/admin-form';
export class BasicListModule {}