DynamicDialog | Add child component reference on component load #15145
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Type: New Feature
Issue contains a new feature or new component request
Milestone
With the current implementation is hard to do things like use the child component public API (i.e. to populate inputs) because the component is created asynchronously and trying to pass data using the angular lifecycle hooks to access the child component throws errors because often is undefined. Pass the data through the DynamicDialogConfig is a bit tricky.
The text was updated successfully, but these errors were encountered: