What is the best approach for having the client redirected to a error route when the API responds with a 404 when trying to load a resource given the parameters in the url, in Angular?
When someone visits for example orders/1, they see the order, but if the either don't have acces, the order is not found or any other exception is happening, how is this best handled?