1. 12
    Navigate to another route from within my Angular component code
    3m 19s

Navigate to another route from within my Angular component code

Share this video with your friends

Send Tweet

Often we don’t have some URL we can create and have the user click on it for redirecting to another route. We simply need to do it from within our Angular component code. Say for instance you click a save button and once the record has been successfully stored on your backend, you want to redirect to another route. In this lesson we're going to take a closer look at the various router navigate functions.