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
|
@ -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>-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue