App configuration
{
provide: CMS_FORM_CONFIG,
useValue: {
formMode: 'merge',// data form from (backend and manual)
parseToFormData: false,
additionalPropertiesKey: 'x-render',
additionalProperties: [
{
value: 'image',
type: FormInputType
},
]
ngClass:
'users-form-container flex flex-wrap gap-3 align-items-center justify-content-center xl:justify-content-start',
},
}Using additionalPropertiesKey to Render Custom Inputs
additionalPropertiesKey to Render Custom InputsmanualInputsFn
manualInputsFnType
Description
Last updated