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
angular-playground version 4.0.0
Output from: `ng --version`. Angular CLI: 1.7.3 Node: 9.0.0 OS: darwin x64 Angular: 5.2.8 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router, upgrade @angular/cdk: 5.2.4 @angular/cli: 1.7.3 @angular-devkit/build-optimizer: 0.3.2 @angular-devkit/core: 0.3.2 @angular-devkit/schematics: 0.3.2 @ngtools/json-schema: 1.2.0 @ngtools/webpack: 1.10.2 @schematics/angular: 0.3.2 @schematics/package-update: 0.3.2 typescript: 2.6.2 webpack: 3.11.0
Search for components doesn't work
Search works
To fix it in app.component.js import { Observable } from 'rxjs/Rx';
The text was updated successfully, but these errors were encountered:
Can you post a link to a project on GitHub with this setup?
Sorry, something went wrong.
@lurock It seems it was the tsconfig configuration:
"paths": { "": [ "node_modules/", "src/*"] }
and this issue is related to https://github.com/ReactiveX/rxjs/issues/2984
Example: https://github.com/akinorew/test-playground
It sounds like you have resolved the issue. Closing issue, please feel free to comment if your are still having an issue.
No branches or pull requests
Versions
Repro steps
Observed Behavior
Desired Behavior
Any other details that may be useful (optional)
To fix it in app.component.js
import { Observable } from 'rxjs/Rx';
The text was updated successfully, but these errors were encountered: