I am looking for a simple CRUD template system for AngularJS that dynamically creates user interfaces for managing objects through REST. Is there something that does this already, or a template that is easy to customize?
Ideally, a structure / template where all I need to do is specify a REST resource layout and define a data model in JSON that describes entities and relationships.
Any recommendations? I do not want to build it again in another language =)
source share