mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:21:31 +00:00
Send reset signal on application start
This commit is contained in:
parent
89cc0fca1c
commit
1af4333347
@ -15,5 +15,6 @@ export class AppComponent implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
this.webSocketService.connect();
|
||||
this.webSocketService.send('reset', '');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user