diff --git a/src/app/_modules/form-fields/types/document/form-field-document.module.ts b/src/app/_modules/form-fields/types/document/form-field-document.module.ts index 737c0ee..4c8d007 100644 --- a/src/app/_modules/form-fields/types/document/form-field-document.module.ts +++ b/src/app/_modules/form-fields/types/document/form-field-document.module.ts @@ -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,