mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 01:05:12 +00:00
Change frontend.config.done to frontend.ready
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user