Merge remote-tracking branch 'upstream/main' into config-default-comcol-tab

This commit is contained in:
Abel Gómez
2025-03-13 20:01:56 +01:00
1382 changed files with 69976 additions and 34598 deletions

View File

@@ -1,8 +1,4 @@
import {
AsyncPipe,
NgForOf,
NgIf,
} from '@angular/common';
import { AsyncPipe } from '@angular/common';
import {
Component,
Inject,
@@ -64,12 +60,10 @@ export interface ComColPageNavOption {
templateUrl: './comcol-page-browse-by.component.html',
imports: [
FormsModule,
NgForOf,
RouterLink,
RouterLinkActive,
TranslateModule,
AsyncPipe,
NgIf,
],
standalone: true,
})