How to configure form field required validation required or not using property file.
Eg: we have many form fields. Name , Age , Address
Using config file want to make Name and Age required.
Later if need want to make Age as optional.
How can we archive that.
You can install package angular6-json-schema-form by
npm i angular6-json-schema-formConfigure form in json format in ts file
In HTML
More reference at
Package https://www.npmjs.com/package/angular6-json-schema-form
Example https://hamidihamza.com/Angular6-json-schema-form/