Hi guys! I'm currently working on Blazor Server project. I need to create a spinner indicator to my user when the component it is changed (route). So, I think to create a component and call it in OnInitialize then stop in OnAfterRender. I would like to make in each component of my project automatically, without have that make manually.
How I do ?
Thanks in advance