fix supportive material error
This commit is contained in:
parent
a5f88db680
commit
8807d42121
|
@ -4,6 +4,8 @@ import { SupportiveMaterialEditorRoutingModule } from './supportive-material-edi
|
|||
import { SupportiveMaterialEditorComponent } from './supportive-material-editor.component';
|
||||
import { CommonUiModule } from '@common/ui/common-ui.module';
|
||||
import { CommonFormsModule } from '@common/forms/common-forms.module';
|
||||
import { DatePipe } from '@angular/common';
|
||||
import { EnumUtils } from '@app/core/services/utilities/enum-utils.service';
|
||||
|
||||
|
||||
@NgModule({
|
||||
|
@ -13,6 +15,10 @@ import { CommonFormsModule } from '@common/forms/common-forms.module';
|
|||
CommonFormsModule,
|
||||
SupportiveMaterialEditorRoutingModule,
|
||||
EditorModule
|
||||
]
|
||||
],
|
||||
providers: [
|
||||
DatePipe,
|
||||
EnumUtils
|
||||
],
|
||||
})
|
||||
export class SupportiveMaterialEditorModule { }
|
||||
|
|
Loading…
Reference in New Issue