SSR zone macrotask utilities, solve tx page initial state
This commit is contained in:
@@ -59,6 +59,7 @@ export class WebsocketService {
|
||||
|
||||
const theInitData = this.transferState.get<any>(initData, null);
|
||||
if (theInitData) {
|
||||
this.stateService.isLoadingWebSocket$.next(false);
|
||||
this.handleResponse(theInitData.body);
|
||||
this.startSubscription(false, true);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user