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
Hello,
When i used your application to generate sdk, i found error with current angular 2 with import
import {Injectable, Inject, Optional} from 'angular2/core'; import {Http, Headers, Request, Response} from 'angular2/http';
and i change it to
import {Injectable, Inject, Optional} from '@angular/core'; import {Http, Headers, Request, Response} from '@angular/http';
it working for me. and i found a problem with method find({});
Cannot read property 'toString' of undefined
Detailed here: http://stackoverflow.com/questions/38896986/angular-2-rc-5-bootstrap-custom-http-class-typeerror-cannot-read-property-tost
i do as document above and it work.
please glance and fix it 👍 very nice for your app.
Thank!
The text was updated successfully, but these errors were encountered:
Currently I dont support this project, but you can create pull request. Also you can try next: http://loopback.io/doc/en/lb2/Angular-2-SDK.html
Sorry, something went wrong.
Thank you so much!
No branches or pull requests
Hello,
When i used your application to generate sdk, i found error with current angular 2 with import
and i change it to
it working for me. and i found a problem with method find({});
Detailed here:
http://stackoverflow.com/questions/38896986/angular-2-rc-5-bootstrap-custom-http-class-typeerror-cannot-read-property-tost
i do as document above and it work.
please glance and fix it 👍 very nice for your app.
Thank!
The text was updated successfully, but these errors were encountered: