I have been going through the Angular documentation and found the Dynamic forms in Angular Reactive forms. This would be of big help to me, Since my form has to be able to dynamically set the number of input controls and input control types based on the business object model and change validations as per the business logic as well. Need the kendo form controls instead of normal html form controls to be rendered dynamically.
Please find the below link to which I am referring to.
https://angular.io/guide/dynamic-form
Please suggest how this can be achieved through kendo Angular UI,
Regards