Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ng-vcl/json-editor

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-vcl/json-editor

A json-editor for ng-vcl

  • 0.4.0-12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

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:
NameTypeDefaultDescription
modestring'tree'Editormode ENUM('tree','form','text','view')
heightstring'250px'height of the editor-window
valuestring{}An Object to begin editing with
optionsobject{}Any jsoneditor specific content. See JSON-EDITOR-API

FAQs

Package last updated on 09 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc