Skip to content
Michael Dostál edited this page Nov 14, 2018 · 3 revisions

Angular 2 JSON:API

A lightweight Angular 2 adapter for JSON:API

Why this library? Because JSON:API is an awesome standard, but the responses that you get and the way to interact with endpoints are not really easy and directly consumable from Angular.

Moreover, using Angular2 and Typescript, we like to interact with classes and models, not with bare JSONs. Thanks to this library, you will be able to map all your data into models and relationships like these:

Table of Contents

Clone this wiki locally