mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6849][ACA] Upgrade to Angular 17 (#4275)
This commit is contained in:
committed by
GitHub
parent
b013818649
commit
a70378bffc
@@ -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>
|
||||
|
Reference in New Issue
Block a user