Send reset signal on application start

This commit is contained in:
Bálint Bokros 2018-01-11 16:12:54 +01:00
parent 89cc0fca1c
commit 1af4333347
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ export class AppComponent implements OnInit {
ngOnInit() {
this.webSocketService.connect();
this.webSocketService.send('reset', '');
}
}