Hi,
We created an angular application and want to show it via the menu item.
This works fine, the app is displayed (via Xrm.Internal.Dialogs).
However, we cannot make the cancel button working.
One cannot use window.close as the window is not created by the script, but on the other hand, closeWindow as foreseen gives a build error in angular.
Has anyone experience with this kind of situations, and could help us how to implement a cancel button in Angular?