DateTimePicker added
This commit is contained in:
@@ -9,6 +9,7 @@ import { MatPaginatorModule } from '@angular/material/paginator';
|
||||
import { MatSortModule } from '@angular/material/sort';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||
import { MatDatepickerModule } from '@angular/material/datepicker';
|
||||
|
||||
|
||||
@NgModule({
|
||||
@@ -22,6 +23,7 @@ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||
MatTableModule,
|
||||
MatPaginatorModule,
|
||||
MatSortModule,
|
||||
MatDatepickerModule,
|
||||
MatProgressSpinnerModule
|
||||
],
|
||||
exports: [
|
||||
@@ -33,6 +35,7 @@ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
||||
MatTableModule,
|
||||
MatPaginatorModule,
|
||||
MatSortModule,
|
||||
MatDatepickerModule,
|
||||
MatProgressSpinnerModule
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user