aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post/post.component.html
diff options
context:
space:
mode:
authorDanail Dimitrov <danaildimitrov321@gmail.com>2021-03-12 21:16:34 +0200
committerDanail Dimitrov <danaildimitrov321@gmail.com>2021-03-12 21:16:34 +0200
commitafeba5e832d87bc659d72e7d945a78821bd7e7b8 (patch)
tree976e35e83c8a859b5cebc62bc98e65505607f7b7 /src/app/components/post/post.component.html
parent051da12e0edd5408c902695fbc45ddd15d7972b1 (diff)
downloadDevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.tar
DevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.tar.gz
DevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.zip
adding downVote functionality
Diffstat (limited to 'src/app/components/post/post.component.html')
-rw-r--r--src/app/components/post/post.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html
index 4584591..830fa75 100644
--- a/src/app/components/post/post.component.html
+++ b/src/app/components/post/post.component.html
@@ -36,7 +36,7 @@
<summary class="score">
{{ votesNumber }}
</summary>
- <button class="vote">
+ <button class="vote" (click)="downVotePost()">
</button>
</section>