SSR zone macrotask utilities, solve tx page initial state
This commit is contained in:
14
frontend/src/app/services/zone-shim.service.ts
Normal file
14
frontend/src/app/services/zone-shim.service.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class ZoneService {
|
||||
|
||||
constructor() { }
|
||||
|
||||
wrapObservable<T>(obs: Observable<T>): Observable<T> {
|
||||
return obs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user