-
Notifications
You must be signed in to change notification settings - Fork 122
Home
Michael Dostál edited this page Nov 14, 2018
·
3 revisions
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: