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

Fix for Angular 5 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix for Angular 5 #18

wants to merge 2 commits into from

Conversation

flackjap
Copy link

@flackjap flackjap commented Mar 6, 2018

I am only not sure if this is due to a new version of Angular, or due to a newer version of RxJS which Angular 5 forces.
However, it produces an error in production if one doesn't import operators separately and it is also advised not to import the whole rxjs module (import 'rxjs';), because it simply bloats the final output and it may not be reduced in three-shaking.

I am only not sure if this is due to a new version of Angular, or due to a newer version of RxJS which Angular 5 forces.
However, it produces an error in production if one doesn't import operators separately and it is also advised not to import the whole rxjs module (`import 'rxjs';`), because it simply bloats the final output and it may not be reduced in three-shaking.
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.

1 participant