module
This commit is contained in:
parent
d8bbca7ff1
commit
2d24a975d3
@ -1,6 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FacialRecognitionModalComponent } from './facial-recognition-modal/facial-recognition-modal.component';
|
||||
import { MAT_DATE_LOCALE, DateAdapter, MAT_DATE_FORMATS } from '@angular/material';
|
||||
import { MomentDateAdapter, MAT_MOMENT_DATE_FORMATS } from '@angular/material-moment-adapter';
|
||||
|
||||
@ -8,7 +7,7 @@ import { MomentDateAdapter, MAT_MOMENT_DATE_FORMATS } from '@angular/material-mo
|
||||
imports: [
|
||||
CommonModule
|
||||
],
|
||||
declarations: [FacialRecognitionModalComponent],
|
||||
declarations: [],
|
||||
exports: [],
|
||||
providers: [{provide: MAT_DATE_LOCALE, useValue: 'en-GB'},
|
||||
{provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE]},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user