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

@ -1,7 +1,9 @@
<div *ngFor="let step of steps" class="inputwrapper">
<app-text-input-field [step]="step" #ti></app-text-input-field>
<app-converter-selector [step]="step" [textInput]="ti"></app-converter-selector>
<app-error-message [step]="step"></app-error-message>
</div>
@for (step of steps; track step.index) {
<div class="inputwrapper">
<app-text-input-field [step]="step" #ti></app-text-input-field>
<app-converter-selector [step]="step" [textInput]="ti"></app-converter-selector>
<app-error-message [step]="step"></app-error-message>
</div>
}
<app-version></app-version>
<!--<router-outlet></router-outlet>-->