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,6 @@ import {
NavigationEnd,
Router,
RouterLink,
RouterLinkActive,
Scroll,
} from '@angular/router';
import { TranslateModule } from '@ngx-translate/core';
@@ -59,11 +58,10 @@ export interface ComColPageNavOption {
styleUrls: ['./comcol-page-browse-by.component.scss'],
templateUrl: './comcol-page-browse-by.component.html',
imports: [
AsyncPipe,
FormsModule,
RouterLink,
RouterLinkActive,
TranslateModule,
AsyncPipe,
],
standalone: true,
})