-
findRecord seems to periodically return null values for everything other than the ID field. I can confirm that my backend is sending the data, however when inspecting it in the console I can see that …
-
I'm using **rxjs@6** and it's seems like the peerDependencies expects to work with **>=5.2.0**.
Would it be possible to migrate **rxjs** from **5.2.0** to **6** ?
One of the errors that I accept:
…
-
Hello,
i have a project using an API with some non json-api conform routes.
Example:
For **login** i have to use a route `POST {{url}}/v1/login`
sending the credentials in the body
```
…
-
Would it be possible to migrate Angular from 4 to 5 ?
Thanks
-
Hello I have problem with loading data, right after I load them from backend, entity has **hasDirtyAttributes:true** and on save its sending complete entity back to backend instead of only changed fie…
-
So after I implemented angular2-token in my project I came up with something like this as architecture:
``` js
@Injectable()
export class SecurityService {
constructor(private tokenService: Angular…
-
Hi,
Can you update the documentation to show an exemple of usage for custom headers in findall, findrecords etc request.
Since you update to HttClient, you break the usage of custom Header.
Th…
-
Move away from Http and use Httpclient. Allows us to use the Interceptor mechanic.
-
Hello,
I have a little problem with implementing custom property converter. Maybe I'm stupid or missing something, but even IDE is showing me that it's implemented correctly.
> error TS2345: Argum…
-
Not sure if this is the right place to put this, but we started integrating this library into our angular front end and we have a lot of models to manage. So I wrote this gem to handle automatically …