117616: Auto-fixed new linting rules

This commit is contained in:
Alexandre Vryghem
2024-10-11 15:42:57 +02:00
parent f14cd51678
commit e1f3cc09cb
1307 changed files with 6064 additions and 4170 deletions

View File

@@ -61,12 +61,12 @@ import { FormService } from './form.service';
styleUrls: ['form.component.scss'],
templateUrl: 'form.component.html',
imports: [
DsDynamicFormComponent,
ReactiveFormsModule,
TranslateModule,
DynamicFormsCoreModule,
AsyncPipe,
BtnDisabledDirective,
DsDynamicFormComponent,
DynamicFormsCoreModule,
ReactiveFormsModule,
TranslateModule,
],
standalone: true,
})