Our current setup involves using a progress spinner for each API call. The spinner is registered at the app module level, but we are facing an issue where the spinner hides behind the dialog popup.
In order to solve this problem, we have decided to include the spinner tag in every dialog component's HTML. Unfortunately, setting the z-index has not helped either. We have attempted to use different types of spinners, such as mat progress spinner, but have not found a successful solution.
Is there a way to resolve this issue effectively?