mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Move form modules in the form shared module
This commit is contained in:
parent
c9ea405f10
commit
3d25d5de33
2 changed files with 16 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue