JsonformsAngularSeed

This project was generated with Angular CLI version 1.0.0.

Setup

Install node in case you do not have it. Clone this Git repository and run npm install. Install the Angular CLI if you do not already have it with npm install -g @angular/cli.

Build and Run

Then run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

This minimal seed applications is a show case for JSON Forms. It defines one Angular component for the element used in index.html. The component makes use of the element, see app.component.html. A JSON Schema, UI Schema and JSON object are defined in app.component.ts.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.