Inputs module imports
This commit is contained in:
parent
d45fd37af4
commit
40e640bc62
@ -12,12 +12,20 @@ import { DynamicInputComponent } from './dynamic-input/dynamic-input.component';
|
||||
import { MatDatepickerModule } from '@angular/material/datepicker';
|
||||
import { MatInputModule } from '@angular/material/input';
|
||||
|
||||
const modules = [IqserButtonsModule, FormsModule, ReactiveFormsModule, MatDatepickerModule];
|
||||
const modules = [
|
||||
IqserIconsModule,
|
||||
TranslateModule,
|
||||
IqserButtonsModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
MatDatepickerModule,
|
||||
MatInputModule,
|
||||
];
|
||||
const components = [RoundCheckboxComponent, EditableInputComponent, InputWithActionComponent, DetailsRadioComponent, DynamicInputComponent];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...components],
|
||||
exports: [...components],
|
||||
imports: [CommonModule, IqserIconsModule, TranslateModule, ...modules, MatInputModule],
|
||||
imports: [CommonModule, ...modules],
|
||||
})
|
||||
export class IqserInputsModule {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user