How to validate all dropped components using ngx-drag-drop with Angular forms?
I am using the ngx-drag-drop library in my Angular project. Each dropped item represents a component, and each component can have multiple child components, all of which are using Angular reactive forms.