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!
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!