Tests run again. Regenerated all with angular 17.

This commit is contained in:
Manuel Friedli 2024-01-22 02:37:28 +01:00
parent 59cb96f426
commit d8e4c7689f
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
51 changed files with 704 additions and 3998 deletions

View file

@ -2,8 +2,9 @@
<div class="arrow_box">
<select class="select" (change)="convert($event)">
<option id="undefined">Select conversion ...</option>
<option class="option" *ngFor="let c of converters" id="{{c.getId()}}">{{c.getDisplayname()}}
</option>
@for (c of converters; track c.getId()) {
<option class="option" id="{{c.getId()}}">{{ c.getDisplayname() }}</option>
}
</select>
</div>
</div>