mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:21:31 +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>();
|
const recvdConfigDone = new Subject<void>();
|
||||||
this.readyNotifiers.push(recvdConfigDone);
|
this.readyNotifiers.push(recvdConfigDone);
|
||||||
this.webSocketService.observeKey<any>('frontend.config.done').subscribe(() => {
|
this.webSocketService.observeKey<any>('frontend.ready').subscribe(() => {
|
||||||
recvdConfigDone.next();
|
recvdConfigDone.next();
|
||||||
recvdConfigDone.complete();
|
recvdConfigDone.complete();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user