You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the modal service it's not possible to know the 4 events OnShow, OnShown, OnHide, OnHidden
To solve this issue the modalService.show() should return a promise with the corresponding event.
The text was updated successfully, but these errors were encountered:
Using the modal service it's not possible to know the 4 events
OnShow, OnShown, OnHide, OnHidden
To solve this issue the
modalService.show()
should return a promise with the corresponding event.The text was updated successfully, but these errors were encountered: