bugfix
parent
b22ac0b3cb
commit
01091e557f
|
|
@ -6,7 +6,6 @@ import {FieldDocumentReadonlyComponent} from "@app/_modules/form-fields/types/do
|
|||
import {FieldDocumentSingleComponent} from "@app/_modules/form-fields/types/document/single/field-document-single.component";
|
||||
import {FieldDocumentMultipleComponent} from "@app/_modules/form-fields/types/document/multiple/field-document-multiple.component";
|
||||
import { WidjetModule } from '@app/_modules/widjet/widjet.module';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
import { FieldDocumentMetaComponent } from './field-document-meta/field-document-meta.component';
|
||||
|
||||
@NgModule({
|
||||
|
|
@ -14,7 +13,6 @@ import { FieldDocumentMetaComponent } from './field-document-meta/field-document
|
|||
CommonModule,
|
||||
ReactiveFormsModule,
|
||||
WidjetModule,
|
||||
FormsModule
|
||||
],
|
||||
declarations: [
|
||||
FormFieldDocumentComponent,
|
||||
|
|
|
|||
Loading…
Reference in New Issue