Skip to content
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.

Incorrect return type in NgPushRegistration.log() #177

@maciejtreder

Description

@maciejtreder

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…

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions