-
Is your feature request related to a problem? Please describe.It is possible to attach a component via IgxOverlayService but you cannot set Describe the solution you'd likeIt would be great if you could set the inputs/outputs of the component via an additional parameter in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Calling Here is a sample project showing how to set an input to the component. |
Beta Was this translation helpful? Give feedback.
Calling
attachwill firecontentAppendedevent. In the event arguments you have access to createdComponentRefand to the component you are trying to show in the overlay. Getting the component you can set any inputs or subscribe to any outputs you need like this:Here is a sample project showing how to set an input to the component.