Skip to content
Snippets Groups Projects

Resolve "Frontend: Vise annonser"

Merged Tormod Nygård requested to merge 4-frontend-vise-annonser into master
1 unresolved thread

Closes #4 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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">
  • Jonny Ngo Luong mentioned in commit 02391b4a

    mentioned in commit 02391b4a

  • Please register or sign in to reply
    Loading