angular-resource-explorer

0.1.2 • Public • Published

WARNING: This document is still in progress, the project is still just a concept and exploration at this point !



Angular Resource Explorer (ARM) (INCOMPLETE)

Automated fully-functional grid and forms generation from any ARM enabled REST endpoint


ARM Enabling the REST endpoint

  1. Adding a "specification" document section to the endpoint
Sample
{
  idField: 'cmdUID',
  properties: [
    {name: 'description', type: 'string', required: true},
    {name: 'alarmSeverity', type: 'string', required: true},
    {name: 'numberDemo', type: 'number', required: true, min=[number], max=[number] }
  ]
}

Supported Data Types

  • string
  • float
  • integer
  • boolean
  • enum
  • relation (belongsTo)

Readme

Keywords

none

Package Sidebar

Install

npm i angular-resource-explorer

Weekly Downloads

4

Version

0.1.2

License

none

Last publish

Collaborators

  • pmoelgaard