flex
This commit is contained in:
@@ -43,6 +43,7 @@ import { MatPaginatorModule } from '@angular/material/paginator';
|
||||
import { MatSortModule } from '@angular/material/sort';
|
||||
import { MatTableModule } from '@angular/material/table';
|
||||
import { MatMomentDateModule } from '@angular/material-moment-adapter';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
@@ -83,7 +84,8 @@ import { MatMomentDateModule } from '@angular/material-moment-adapter';
|
||||
MatPaginatorModule,
|
||||
MatSortModule,
|
||||
MatTableModule,
|
||||
MatMomentDateModule
|
||||
MatMomentDateModule,
|
||||
FlexLayoutModule
|
||||
],
|
||||
exports: [
|
||||
MatAutocompleteModule,
|
||||
@@ -120,7 +122,8 @@ import { MatMomentDateModule } from '@angular/material-moment-adapter';
|
||||
MatTooltipModule,
|
||||
MatPaginatorModule,
|
||||
MatSortModule,
|
||||
MatTableModule
|
||||
MatTableModule,
|
||||
FlexLayoutModule
|
||||
]
|
||||
})
|
||||
export class MaterialModule { }
|
||||
|
||||
Reference in New Issue
Block a user