Replies: 1 comment
-
As for now, we don't even have It is something that can be a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to achieve something similar to Ionic's modalController? It allows you to display a modal using a component for the content and pass properties.
You can then emit events from the modal, e.g. close or confirm, with additional data from the modal component.
The modalController is async and can await for the data emmited by the component when dismissed.
Beta Was this translation helpful? Give feedback.
All reactions