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
Name | Type | Description |
---|---|---|
map | function | allows to intercept the mapping, taking the already mapped formly field and the original JSONSchema source from which it was mapped. |