mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 02:25:11 +00:00
Send reset signal on application start
This commit is contained in:
@ -15,5 +15,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
this.webSocketService.connect();
|
||||
this.webSocketService.send('reset', '');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user