@ng-vcl/json-editor

A json-editor for ng-vcl

Usage no npm install needed!

<script type="module">
  import ngVclJsonEditor from 'https://cdn.skypack.dev/@ng-vcl/json-editor';
</script>

README

vcl-json-editor

A json-editor based on jsoneditor.

Installation

npm install @ng-vcl/json-editor --save

Usage:

import { VCLJsonEditorModule } from 'ng-vcl';

@NgModule({
  imports: [ VCLJsonEditorModule ],
  ...
})
export class AppComponent {}
<vcl-json-editor [value]="myObject"></vcl-json-editor>

API

vcl-json-editor properties:

Name Type Default Description
mode string 'tree' Editormode ENUM('tree','form','text','view')
height string '250px' height of the editor-window
value string {} An Object to begin editing with
options object {} Any jsoneditor specific content. See JSON-EDITOR-API