Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng-json-schema-builder

bjdash5ISC0.0.3

Angular Json schema builder for apic

apic, apic-cli, api-testing

readme

JSON Schema Builder for APIC A simple GUI tool to enable designing and building JSON schemas for https://apic.app

Usage

import { NgJsonSchemaBuilder } from 'ng-json-schema-builder';

imports: [ ...., NgJsonSchemaBuilder, .... ],

<ng-jsonschema [models]="models" name="data" [ngModel]="schema"></ng-jsonschema>