-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ng2: deep rxjs imports? #3087
Comments
I think for ng2 this is an important issue. Here are some suggestions:
As it stands the overhead associated w/ this is too large for us to use ui-router, even though we desperately want to (the angular 2 router is turning into a nightmare for complex routing). Where are your thoughts on moving this forward? Is there something I can do to help w/ the builds / refactoring? |
This issue was moved to ui-router/angular#28 |
We're currently importing from
rxjs/Rx
like:we might be able to do deep imports instead, so people don't have to load the entire
rxjs/Rx
package.Need some research on the proper approach to allow users to either load the entire rxjs as a bundle, or build their own using webpack, etc.
The text was updated successfully, but these errors were encountered: