mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Change frontend.config.done to frontend.ready
This commit is contained in:
parent
5a8f653f1a
commit
48a8facd50
@ -70,7 +70,7 @@ export class ConfigReadyService {
|
||||
|
||||
const recvdConfigDone = new Subject<void>();
|
||||
this.readyNotifiers.push(recvdConfigDone);
|
||||
this.webSocketService.observeKey<any>('frontend.config.done').subscribe(() => {
|
||||
this.webSocketService.observeKey<any>('frontend.ready').subscribe(() => {
|
||||
recvdConfigDone.next();
|
||||
recvdConfigDone.complete();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user