mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:51:57 +00:00
Add trigger to testmessenger default JSON
This commit is contained in:
parent
2a56880b8e
commit
97d1a58fbf
@ -7,7 +7,7 @@ import { WebSocketService } from '../services/websocket.service';
|
|||||||
styleUrls: ['./testmessenger.component.scss']
|
styleUrls: ['./testmessenger.component.scss']
|
||||||
})
|
})
|
||||||
export class TestmessengerComponent implements OnInit {
|
export class TestmessengerComponent implements OnInit {
|
||||||
messageStr = `{"key": "",\n"data": {}}`;
|
messageStr = `{\n "key": "",\n "data": {},\n "trigger": ""\n}`;
|
||||||
|
|
||||||
constructor(private webSocketService: WebSocketService) {}
|
constructor(private webSocketService: WebSocketService) {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user