1. 3
    Catch an invalid route navigation with the Angular router
    1m 10s

Catch an invalid route navigation with the Angular router

Share this video with your friends

Send Tweet

Usually on web sites, if you pay attention to a good user experience, you define a custom 404 page, telling the user he arrived at some dead end. Similarly we should do for our Angular application routing. In this lesson we learn how to define such “404 route” using the Angular router.