[ACS-6849][ACA] Upgrade to Angular 17 (#4275)

This commit is contained in:
dominikiwanekhyland
2025-02-12 14:42:09 +01:00
committed by GitHub
parent b013818649
commit a70378bffc
19 changed files with 7686 additions and 6045 deletions

View File

@@ -6,13 +6,13 @@
title="{{'APP.TOOLTIPS.EXPAND_NAVIGATION' | translate}}">
<mat-icon>keyboard_double_arrow_right</mat-icon>
</button>
<ng-content select=".aca-page-layout-header, aca-page-layout-header"></ng-content>
<ng-content select=".aca-page-layout-header, aca-page-layout-header" />
</div>
<ng-container *ngIf="hasError">
<ng-content select=".aca-page-layout-error, aca-page-layout-error"></ng-content>
<ng-content select=".aca-page-layout-error, aca-page-layout-error" />
</ng-container>
<ng-container *ngIf="!hasError">
<ng-content select=".aca-page-layout-content, aca-page-layout-content"></ng-content>
<ng-content select=".aca-page-layout-content, aca-page-layout-content" />
</ng-container>