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
Actually, this error happened on latest ng2-admin which using Angular 4.0.1. seems like toPromise() already removed from angular/http.
toPromise()
adding import 'rxjs/add/operator/toPromise'; in server.data-source.ts will solve this issue.
import 'rxjs/add/operator/toPromise';
server.data-source.ts
The text was updated successfully, but these errors were encountered:
server.data-source.ts or server.data-source.d.ts ?
Sorry, something went wrong.
24c3098
@crossRT thanks for bug report. Could you try to install the 1.0.4 version of the ng2-smart-table. This bug is fixed.
@lexzhukov yeah, It's fixed. Thanks ya. =D
No branches or pull requests
Actually, this error happened on latest ng2-admin which using Angular 4.0.1.
seems like
toPromise()
already removed from angular/http.adding
import 'rxjs/add/operator/toPromise';
inserver.data-source.ts
will solve this issue.The text was updated successfully, but these errors were encountered: