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
when I import ng2smarttable in my module, run it, then got this error:
what causes it and how to fixes it ? Can anyone help me with this issue ? Thanks !
The text was updated successfully, but these errors were encountered:
The relevant files need to import that function from rxjs, using:
import 'rxjs/add/operator/distinctUntilChanged';
Could anyone please look into this?
Sorry, something went wrong.
86de89f
No branches or pull requests
when I import ng2smarttable in my module, run it, then got this error:
what causes it and how to fixes it ? Can anyone help me with this issue ? Thanks !
The text was updated successfully, but these errors were encountered: