[accelerator] proper error handling

This commit is contained in:
Mononaut
2024-07-05 10:41:59 +00:00
parent 20d948c280
commit b8820684c3
8 changed files with 132 additions and 38 deletions

View File

@@ -1,2 +1,7 @@
<div class="alert" [class]="alertClass" [innerHTML]="errorContent">
</div>
@if (!textOnly) {
<div class="alert" [class]="alertClass" [innerHTML]="errorContent">
</div>
} @else {
<span [class]="alertClass" [innerHTML]="errorContent">
</span>
}