@ng-vcl/json-editor
TypeScript icon, indicating that this package has built-in type declarations

0.4.0-12 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ng-vcl/json-editor

    Weekly Downloads

    1

    Version

    0.4.0-12

    License

    MIT

    Unpacked Size

    1.67 MB

    Total Files

    12

    Last publish

    Collaborators

    • vilsol
    • ng-vcl-admin
    • vanthome
    • dani723
    • druvisc
    • andrucis