mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 17:59:12 +00:00
fix unsubscribe
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<button type="button" class="btn btn-default btn-md" (click)="setSubscription(true)" *ngIf="!subscribed">
|
||||
Subscribe to feed
|
||||
</button>
|
||||
<button type="button" class="btn btn-danger btn-md" (click)="unsubscribe(false)" *ngIf="subscribed">
|
||||
<button type="button" class="btn btn-danger btn-md" (click)="setSubscription(false)" *ngIf="subscribed">
|
||||
Unubscribe
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user