Skip to content

Use with Angular and Protractor #6

@philjones88

Description

@philjones88

I think using this library + Angular results in zone issues (never becoming stable due to polling), you see Protractor timeout.

Is there a recommended way to solve this other than wrapping it in a "run out of the zone" statement like:

ngZone.runOutsideAngular(() => {
   // rx-polling usage here
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions