ng-devui-materials
Version:
Materials of DevUI Admin
35 lines (33 loc) • 831 B
text/typescript
import { NgModule } from '@angular/core';
import {
AvatarModule,
CardModule,
DataTableModule,
DatepickerModule,
LoadingModule,
PaginationModule,
SelectModule,
TagsModule,
} from 'ng-devui';
import { ListDataService } from './list-data.service';
import { SharedModule } from 'src/app/@shared/shared.module';
import { EditableListComponent } from './editable-list.component';
import { AdminFormModule } from 'src/app/@shared/components/admin-form';
export class EditableListModule {}