forked from strongloop/loopback-sdk-angular
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels