aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/shared-form.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-forms/shared-form.module.ts')
-rw-r--r--client/src/app/shared/shared-forms/shared-form.module.ts14
1 files changed, 14 insertions, 0 deletions
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 @@
1 1
2import { NgModule } from '@angular/core' 2import { NgModule } from '@angular/core'
3import { FormsModule, ReactiveFormsModule } from '@angular/forms' 3import { FormsModule, ReactiveFormsModule } from '@angular/forms'
4import { InputMaskModule } from 'primeng/inputmask'
5import { InputSwitchModule } from 'primeng/inputswitch'
6import { MultiSelectModule } from 'primeng/multiselect'
7import { NgSelectModule } from '@ng-select/ng-select'
4import { BatchDomainsValidatorsService } from '@app/shared/shared-forms/form-validators/batch-domains-validators.service' 8import { BatchDomainsValidatorsService } from '@app/shared/shared-forms/form-validators/batch-domains-validators.service'
5import { SharedGlobalIconModule } from '../shared-icons' 9import { SharedGlobalIconModule } from '../shared-icons'
6import { SharedMainModule } from '../shared-main/shared-main.module' 10import { SharedMainModule } from '../shared-main/shared-main.module'
@@ -37,6 +41,11 @@ import { SelectTagsComponent } from './select-tags.component'
37 FormsModule, 41 FormsModule,
38 ReactiveFormsModule, 42 ReactiveFormsModule,
39 43
44 InputMaskModule,
45 InputSwitchModule,
46 MultiSelectModule,
47 NgSelectModule,
48
40 SharedMainModule, 49 SharedMainModule,
41 SharedGlobalIconModule 50 SharedGlobalIconModule
42 ], 51 ],
@@ -58,6 +67,11 @@ import { SelectTagsComponent } from './select-tags.component'
58 FormsModule, 67 FormsModule,
59 ReactiveFormsModule, 68 ReactiveFormsModule,
60 69
70 InputMaskModule,
71 InputSwitchModule,
72 MultiSelectModule,
73 NgSelectModule,
74
61 InputReadonlyCopyComponent, 75 InputReadonlyCopyComponent,
62 MarkdownTextareaComponent, 76 MarkdownTextareaComponent,
63 PeertubeCheckboxComponent, 77 PeertubeCheckboxComponent,