Tests run again. Regenerated all with angular 17.
This commit is contained in:
parent
59cb96f426
commit
d8e4c7689f
51 changed files with 704 additions and 3998 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue