From 3d25d5de33d8aa0ba00d7514522b25d22bf0e0a1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Aug 2020 09:54:42 +0200 Subject: Move form modules in the form shared module --- client/src/app/shared/shared-forms/shared-form.module.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'client/src/app/shared/shared-forms') diff --git a/client/src/app/shared/shared-forms/shared-form.module.ts b/client/src/app/shared/shared-forms/shared-form.module.ts index 19d812948..ea6270083 100644 --- a/client/src/app/shared/shared-forms/shared-form.module.ts +++ b/client/src/app/shared/shared-forms/shared-form.module.ts @@ -1,6 +1,10 @@ import { NgModule } from '@angular/core' import { FormsModule, ReactiveFormsModule } from '@angular/forms' +import { InputMaskModule } from 'primeng/inputmask' +import { InputSwitchModule } from 'primeng/inputswitch' +import { MultiSelectModule } from 'primeng/multiselect' +import { NgSelectModule } from '@ng-select/ng-select' import { BatchDomainsValidatorsService } from '@app/shared/shared-forms/form-validators/batch-domains-validators.service' import { SharedGlobalIconModule } from '../shared-icons' import { SharedMainModule } from '../shared-main/shared-main.module' @@ -37,6 +41,11 @@ import { SelectTagsComponent } from './select-tags.component' FormsModule, ReactiveFormsModule, + InputMaskModule, + InputSwitchModule, + MultiSelectModule, + NgSelectModule, + SharedMainModule, SharedGlobalIconModule ], @@ -58,6 +67,11 @@ import { SelectTagsComponent } from './select-tags.component' FormsModule, ReactiveFormsModule, + InputMaskModule, + InputSwitchModule, + MultiSelectModule, + NgSelectModule, + InputReadonlyCopyComponent, MarkdownTextareaComponent, PeertubeCheckboxComponent, -- cgit v1.2.3