issues
search
reyesoft
/
ngx-jsonapi
JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101
stars
52
forks
source link
Feature: Data as array
#100
Closed
pablorsk
closed
6 years ago
pablorsk
commented
6 years ago
Version 1.1.0 :fireworks:
Feature: collections has
data
member now.
data
is an array, and the requested information is kept in order. Closes #84. Closes #54.
Feature: trackBy added on collection. Optimize use of ngFor.
Deprecated: callback functions deprecated on get(), all(), detele() and save().
And...
Demo: demo-collection-info component added. Show info about received collection.
tslint: array<> to [] on types
version 1.1.0 bump
Readme updated: sort and trackby added
Version 1.1.0 :fireworks:
data
member now.data
is an array, and the requested information is kept in order. Closes #84. Closes #54.And...