angular2-jsonapi icon indicating copy to clipboard operation
angular2-jsonapi copied to clipboard

typings for api entities

Open monkeycatdog opened this issue 6 years ago • 0 comments

Hi! I found interesting library https://github.com/mike-north/jsonapi-typescript

maybe its need to add into current lib for replace any typings ? for example

const body: ResourceObject = {
      data: {
        relationships,
        type: typeName,
        id: model.id,
        attributes: this.getDirtyAttributes(attributesMetadata, model)
      }
    };

monkeycatdog avatar Apr 25 '19 09:04 monkeycatdog