angular2-jsonapi
angular2-jsonapi copied to clipboard
A lightweight Angular 2 adapter for JSON API
- Removed qs dependency and took the functions from it being used and refactored them into es5 compatibility - Changed lodash depency to lodash-es (es5 module)
Ability to remove BelongsTo relationship. I know about https://github.com/ghidoz/angular2-jsonapi/pull/148 PR, but I think this feature needs to be implemented in order for the application to conform to the JsonApi specification....
It will be very convenient to use the save method with a different set of arguments. Added overload.
It looks like that all models must have an id field called 'id' .What if in my database the unique key identifier of objects is not called id?Is there a...
At the moment, when I save a model, for that already some relationships are loaded, the resulting `PATCH` request contains all the relationships, which can bloat up the request: https://github.com/ghidoz/angular2-jsonapi/blob/master/projects/angular2-jsonapi/src/services/json-api-datastore.service.ts#L148...
After migrate from karma to jest i get error: ``` Test suite failed to run /Users/przemyslawpietrzakfrontend/node_modules/lodash-es/find.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import createFind from './_createFind.js'; SyntaxError: Unexpected identifier at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/ScriptTransformer.js:440:17) at Object. (node_modules/angular2-jsonapi/src/models/json-api.model.ts:1:1) ```
Hello, Can you please indicate an idea how to solve the problem of DateConverter implementation in version 8 as after updating from v6, our application has lots of breaking issues....
Hi, Not clear how to work with relationships and jsonapi2angular library. First question is: Are BelongsTo and HasMany mandatory for all relationships? Thank you
Hi, I have a problem with import symbols to AttributeMetadata after update to version 8.2.1: I try: 1: import {AttributeMetadata} from 'angular2-jsonapi/esm2015/constants/symbols'; give me error: "TS7016: Could not find a...
Closes #247