Hi Ankush!
You can try to set a CSS class (use
ng-class) that is only visible when something happens, for the redirect pages you can try to configure a listener for the
$stateRouteChangedEvent (or something similar).
That class can be applied to any container element, e.g. body.
Set this styling:
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: black;
- z-index: 2;
}
I don't have sufficient time to provide you a more useful example but I hope that this helps you.
Regards,
Luís Loureiro