[ACS-3545] a11y aca metadata sidebar (#2742)

* ACS-3545 Added aria label to progress bar for metadata sidebar

* ACS-3545 Fixed lint issues
This commit is contained in:
AleksanderSklorz
2022-10-27 10:18:37 +02:00
committed by GitHub
parent 49e5f56d31
commit fd83219d54
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<div *ngIf="isLoading">
<mat-progress-bar mode="indeterminate"></mat-progress-bar>
<mat-progress-bar mode="indeterminate" [attr.aria-label]="'APP.INFO_DRAWER.DATA_LOADING' | translate"></mat-progress-bar>
</div>
<ng-container *ngIf="!isLoading && !!displayNode">
<adf-info-drawer [title]="'APP.INFO_DRAWER.TITLE'" cdkTrapFocus cdkTrapFocusAutoCapture>