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

Search doesn't work: this.filter.valueChanges.debounceTime is not a function #110

Closed
akinorew opened this issue Apr 16, 2018 · 3 comments
Closed

Comments

@akinorew
Copy link

akinorew commented Apr 16, 2018

Versions

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

Repro steps

  • Run playground
  • You can see the error immediately in console

Observed Behavior

Search for components doesn't work

Desired Behavior

Search works

screen shot 2018-04-16 at 14 33 32

Any other details that may be useful (optional)

To fix it in app.component.js
import { Observable } from 'rxjs/Rx';

@lurock
Copy link
Contributor

lurock commented Apr 23, 2018

Can you post a link to a project on GitHub with this setup?

@akinorew
Copy link
Author

akinorew commented May 8, 2018

@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

@lurock
Copy link
Contributor

lurock commented May 19, 2018

It sounds like you have resolved the issue. Closing issue, please feel free to comment if your are still having an issue.

@lurock lurock closed this as completed May 19, 2018
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

No branches or pull requests

2 participants