mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-24 02:07:58 +00:00
move feed service from match component
This commit is contained in:
@@ -131,7 +131,7 @@ export class FeedService {
|
||||
this.server.subscribe(matchId);
|
||||
}
|
||||
|
||||
public unsubscribeToFeed(matchId: number) {
|
||||
public unsubscribeFromFeed(matchId: number) {
|
||||
this.server.unsubscribe(matchId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user