This repository was archived by the owner on Oct 12, 2021. It is now read-only.
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
Open
Description
In the https://github.com/angular/mobile-toolkit/blob/master/service-worker/worker/src/companion/comm.ts we can see that metho .log()
returns Observable<string>
wile the return type is in fact different
The output from
this.sw.log().subscribe(msg => console.log(msg));
Metadata
Metadata
Assignees
Labels
No labels