Tag: Routing

Angular routing and navigation

In this video we will discuss setting up routing in our sample application. The routing techniques discussed in this video can be used with Angular 2 and later versions. The …
0

AngularJS routing tutorial

AngularJS routing example In this video and in the next few upcoming videos we will discuss routing in Angular. Let’s understand routing with an example. In general, as the application …
0

Angular Routing

Implementing routing in an Angular application involves many small steps. Angular CLI does a pretty good job in having some of these routing steps implemented out of the box by …
0

How routing works in angular

In this video we will discuss, How routing works in an angular application. As you have seen in our previous video, there are many small steps that you have to …
0

Angular CLI generate routing module

In this video we will discuss generating routing module using the Angular CLI. To make Angular CLI generate a routing module, all you have to do is use –routing option …
0