Resolve "Frontend: Vise annonser"
1 unresolved thread
1 unresolved thread
Closes #4 (closed)
Merge request reports
Activity
changed milestone to %Iteration 1.1
added Doing Som bruker ønsker jeg å kunne opprette annonser labels
added 1 commit
- 791c859e - feat: added navbar and a minimal styling of components
1 <h3>Lag annonse</h3> 1 <div class="postform"> 2 <h3>Lag annonse</h3> 2 3 3 <app-text-input [(inputModel)]="title" label="Tittel" (blur)="checkForm()"></app-text-input> 4 <app-text-input [(inputModel)]="title" label="Tittel" (blur)="checkForm()"></app-text-input> 4 5 5 <app-text-input [(inputModel)]="description" label="Beskrivelse" (blur)="checkForm()"></app-text-input> 6 <app-text-input [(inputModel)]="description" label="Beskrivelse" (blur)="checkForm()"></app-text-input> 6 7 7 <app-number-input [(inputModel)]="price" label="Pris" (blur)="checkForm()"></app-number-input> 8 <app-number-input [(inputModel)]="price" label="Pris" (blur)="checkForm()"></app-number-input> 8 9 9 <app-select [(inputModel)]="categoryid" (change)="checkForm()" label="Kategori"> mentioned in commit 02391b4a
Please register or sign in to reply