Skip to content
Snippets Groups Projects
Commit 7ce67a60 authored by Tormod Nygård's avatar Tormod Nygård
Browse files

Issue: Added price to post-details (#27)

parent cc19871c
No related branches found
No related tags found
1 merge request!19Issue: Filter by category and test fixes (#27)
<h3>Tittel: {{post.getTitle}}</h3>
<h2>{{post.getTitle}}</h2>
<img [src]="post.getImageUrl">
<p>Beskrivelse: {{post.getDescription}}</p>
<h4>{{post.getPrice}} kr</h4>
<p>{{post.getDescription}}</p>
<br>
<p>Publiseringstidspunkt: {{post.getTimestamp}}</p>
<p>Publisert: {{post.getTimestamp}}</p>
<p>Eier: {{post.getOwner}}</p>
<app-button text="Rediger annonse" (click)="editPost()"></app-button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment