From 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Aug 2018 16:18:59 +0200 Subject: Add local user subscriptions --- .../user-subscription/subscribe-button.component.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/src/app/shared/user-subscription/subscribe-button.component.html (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.html') diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html new file mode 100644 index 000000000..63b313662 --- /dev/null +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -0,0 +1,15 @@ + + Subscribe + + {{ videoChannel.followersCount | myNumberFormatter }} + + + + + Subscribed + Unsubscribe + + + {{ videoChannel.followersCount | myNumberFormatter }} + + -- cgit v1.2.3