Angular from Scratch | Angular Tutorial (Part-1)
• Angular Tutorial for Beginners: Learn Angu...
Learn Angular from Scratch | Angular Tutorial (Part-2)
• Angular Tutorial for Beginners: Learn Angu...
Angular with Bootstrap | Use Bootstrap in Angular | Angular Tutorial (Part -3)
• Angular with Bootstrap | Use Bootstrap in ...
How to Import and Use jQuery in Angular (Part-4)
• How to Import and Use jQuery in Angular (P...
Angular Directives Tutorial | Types of Directives in Angular (Part - 6)
• Angular Directives Tutorial | Types of Dir...
Angular Custom Directive | Angular Tutorial (Part - 7)
• Angular Custom Directive | Angular Tutoria...
Component interaction | @Input() @Output() decorator & Event Emitter() in Angular (Part - 8)
• Component interaction | @Input() @Output()...
Angular route params| What is route Parameter | how to Implement this in Angular | (Part - 9)
• Angular Routing | Route Params | What is r...
Most Common issues/ errors in angular
• Most Common issues/ errors in angular
Bootstrap controls are not working in Angular | Stuck | jQuery version issue
• Bootstrap controls are not working in Angu...
In this video, we can learn how to achieve routing in angular.
The applications you build to be as fast and responsive as possible. In Angular, a common best practice to improve responsiveness is to build singe-page apps. With single-page apps, your users stay on a single page, but their view of that page changes depending on what the user wants to do.
Prerequisites
Before creating a route, you should be familiar with the following:
Basics of components
Basics of templates
An Angular app—you can generate a basic Angular app using the Angular CLI.
To create a new application with Routing enabled, use below command
Command : ng new routing-app --routing