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

TypeError: this.inputControl.valueChanges.distinctUntilChanged is not a function #229

Closed
github20130710 opened this issue Mar 17, 2017 · 1 comment
Labels

Comments

@github20130710
Copy link

when I import ng2smarttable in my module, run it, then got this error:

image

what causes it and how to fixes it ? Can anyone help me with this issue ? Thanks !

@lexzhukov lexzhukov added the bug label Mar 17, 2017
@pervasive-falcon
Copy link

The relevant files need to import that function from rxjs, using:

import 'rxjs/add/operator/distinctUntilChanged';

Could anyone please look into this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants