ng update @angular/core@21 @angular/cli@21

This commit is contained in:
2026-01-19 10:49:33 +01:00
parent f59e482f58
commit e03aacbcd7
45 changed files with 2670 additions and 2372 deletions

View File

@@ -1,4 +1,5 @@
<div *ngIf="show()" class="back-button mb-2">
@if (show()) {
<div class="back-button mb-2">
<i class="fal fa-arrow-left"></i>&nbsp;<span i18n="@FmBackButton">Back</span>
</div>
</div>
}