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
Rejecting a resolve will cause an error ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'ngNavigationCancelingError' of null. This effectively stops navigation, but is an unintended error.
The problem with this error is that creating an instance of NgNavigationCancelingError is a private API. Therefore in user-land there doesn't seem to be a way to reject a resolve.
skaiser, nikkwong, KevinKoelzer, daniel-mcassey-tmsuk, sylvaindumont and 7 more