A library to bring hypermedia json into the ngrx signal store following the HATEOAS approach to make it easily useable within Angular.
The repository provides the library itself, a playground app and a dummy backend which provides some Hypermedia Web APIs.``
To run the playground app clone the repository and run an npm install
. Then start the backend with npm run server
and the playground app with npm start
.
Use and review the playground application inside the repository to understand how to use the library. Also you can review the http responses and requests in the browser network tab to get an impression of how hypermedia json can look like.
The library is available as npm package here: https://www.npmjs.com/package/@angular-architects/ngrx-hateoas
Will be done soon - I promise!
There is a sample application Fancy.ResourceLinker.Sample which demonstrates end to end real world usage of hypermedia in Angular and also some other aspects of a real wold system.