generator-angular-2-crud icon indicating copy to clipboard operation
generator-angular-2-crud copied to clipboard

Multiple referents in the same entity

Open gorums opened this issue 8 years ago • 0 comments

{
   "Users": {
      "Id": { "key": "true"},
      ...
      "CityId": { "referent": "Cities", "render": "name"},
      "CountryId": {  "referent": "Countries", "render": "name"}
}

gorums avatar Jan 09 '17 21:01 gorums