mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:22:54 +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