How to use Angular component in DHX-Suite

I installed dhx-suite in angular project. Now I am trying to use existing angular custom component into dhx-suite config to render the custom in my form.

By adding new class inside project and extending the DHX Suite can we achieve inserting component inside the form ?
If possible can you suggest any example which helps us to write our own methods to solve this problem.

1 Like

Unfortunately it is not available to place the angular component to the dhx.Form.
The only available solution is to place a custom HTML content in the “container” control of the dhx.Form:
https://docs.dhtmlx.com/suite/form/container/