Skip to main content

API reference for @ngx-formly/core/json-schema

Services

FormlyJsonschema

import {FormlyJsonschema} from '@ngx-formly/core/json-schema';

Methods

Method
toFieldConfig(
  schema: JSONSchema7,
  options: FormlyJsonschemaOptions
): FormlyFieldConfig

Interfaces

FormlyJsonschemaOptions

Parameters

NameTypeDescription
mapfunctionallows to intercept the mapping, taking the already mapped
formly field and the original JSONSchema source from which it
was mapped.