Skip to content
New issue

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

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

Already on GitHub? # to your account

Do not import the whole rxjs library #117

Closed
wants to merge 3 commits into from
Closed

Do not import the whole rxjs library #117

wants to merge 3 commits into from

Conversation

FabienDehopre
Copy link

I changed the import of the Subscription from 'rxjs' to 'rxjs/Subscription'.
This is a best practice with the rxjs library which is huge.

I also fix two typing errors raised by the linter in add and subtract pipes.

Finally, I moved the moment dependency to the devDependencies and peerDependencies. It's the developer responsibility to install the required peer dependencies.

All tests still pass without any error or warning.

@urish urish closed this in c20b846 Jan 9, 2017
@urish
Copy link
Owner

urish commented Jan 9, 2017

Thank you Fabien!

@urish
Copy link
Owner

urish commented Jan 9, 2017

Released as part of 1.1.0

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

Successfully merging this pull request may close these issues.

2 participants