We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I already have an import statement such as:
import { Observable } from 'rxjs/Rx';
Then I go try to use the "Observable" class and I get a new import statement like:
import { Observable } from 'rxjs/Observable';
At first it seemed like a minor price to pay for the power of this tool but as it kept happening I realized I should report it.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback - I have been away from this project for a few weeks now but I am back and looking at as many issues as I can.
Thanks for using it :)
Sorry, something went wrong.
No branches or pull requests
I keep having to remove duplicate imports. This is specifically with rxjs but I assume will happen with other libraries.
Here's an example:
I already have an import statement such as:
Then I go try to use the "Observable" class and I get a new import statement like:
At first it seemed like a minor price to pay for the power of this tool but as it kept happening I realized I should report it.
The text was updated successfully, but these errors were encountered: