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

@@ -12,7 +12,9 @@ import { TranslateModule } from '@ngx-translate/core';
selector: 'ds-confirmation-modal',
templateUrl: 'confirmation-modal.component.html',
standalone: true,
imports: [TranslateModule],
imports: [
TranslateModule,
],
})
export class ConfirmationModalComponent {
@Input() headerLabel: string;