Hi,
I'm developing my own custom Angular component for Creatio. I would like to use some of the standard components within it, such as a lookup field. How can I achieve this?
Is it possible to create a custom component that acts as a container for other elements, similar to crt.FlexContainer
, which defines an items
property for child components?
Like
1 comments