-
when adding the component to the @NgModules you get an error when opening the page
```
Error: patchProperty/desc.set/wrapFn@http://localhost:3000/node_modules/zone.js/dist/zone.js:794:27
Zone
-
Hi,
I'm looking for a library like this to run in angular2. Is this intendet by your project?
Best regards
Simon
-
When I use **findRecord** with an HasMany relationship, I get the following error:
![stack trace](http://i.imgur.com/8IPNX5Z.png)
The request is properly sent and the json response is correct.
The i…
-
Angular 2 uses lodash internally and here we use underscore. This has the possibility for errors as both libraries try to define window._
I have trialled this change locally and it seems to work with…
-
Using the latest angular-cli, after following your instructions I get the following errors:
`zone.js:461 Unhandled Promise rejection: Error: XHR error (404 Not Found) loading http://localhost:4200/re…
-
Hi,
I created a Datastore service, and updated a model extending JsonApiModel, as described in the doc.
Now, I don't know how to make the model works in a basic two-way databinding form.
In my compo…
-
Angular2-jsonapi only supports numbers for resource identifier (id). Ex:
`findRecord(type: {
new (data: any): JsonApiModel;
}, id: number, params?: any, headers?: Headers): Observable;`
…
-
I am using this angular2-jsonapi in the context of an Nativescript application. We use Nativescript-angular's [NS_HTTP_PROVIDERS](https://github.com/NativeScript/nativescript-angular/wiki/Http) instea…
-
when calling the save() method on the Model. I get an JSON.parse EXCEPTION error.
after some debugging I found that the attributesMetadata variable filled in the JsonApiModel.prototype.save function …
-
I am calling a JsonApi service that requires OAuth2 authentication. It would be cool, if we could set custom HTTP headers somehow...
Btw.. nicely done!