From 01091e557f007ac91b8fc29fadab061b5d98ab56 Mon Sep 17 00:00:00 2001 From: Boris Voropaev Date: Fri, 8 Dec 2023 11:35:43 +0300 Subject: [PATCH] bugfix --- .../form-fields/types/document/form-field-document.module.ts | 2 -- 1 file changed, 2 deletions(-) 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,