Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RXJS 6 support #43

Merged
merged 1 commit into from
May 9, 2018
Merged

RXJS 6 support #43

merged 1 commit into from
May 9, 2018

Conversation

MatissJanis
Copy link
Contributor

@MatissJanis MatissJanis commented May 9, 2018

This PR adds RXJS 6 support, but is also backwards-compatible with v5.

Switched import * from 'rxjs/{Observable,Subject}' to import {Observable, Subject} from 'rxjs' according to official rxjs migration guide.

With this PR this library is also Angular 6 compatible. It fixes #42

@artemsky artemsky merged commit a8a281a into artemsky:master May 9, 2018
@artemsky
Copy link
Owner

artemsky commented May 9, 2018

thank you

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

Successfully merging this pull request may close these issues.

Angular 6 and rxjs 6 support
2 participants