mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
set connection id on start
This commit is contained in:
@@ -10,6 +10,7 @@ import { FeedService } from '../services/feed.service';
|
||||
export class ChatComponent implements OnInit {
|
||||
|
||||
@Input() matches: Match[];
|
||||
@Input() connection: string;
|
||||
messages: ChatMessage[];
|
||||
|
||||
constructor(private feedService: FeedService) { }
|
||||
|
||||
Reference in New Issue
Block a user