Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Incorrect return type in NgPushRegistration.log() #177

Open
maciejtreder opened this issue Jul 20, 2017 · 0 comments
Open

Incorrect return type in NgPushRegistration.log() #177

maciejtreder opened this issue Jul 20, 2017 · 0 comments

Comments

@maciejtreder
Copy link

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));

is:
Uploading Screen Shot 2017-07-20 at 8.44.50 AM.png…

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant