Angular 10 Tutorial #41 - Configure Component Routes in Angular | Angular 10 Tutorial For Beginners

preview_player
Показать описание
Angular 10 Tutorial, Component Routes in Angular, Angular 10 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 10, Learn to build Angular 10 applications, Angular build and deploying applications, angular 10 building and deploying in Angular Apps, angular Apps build and deployment in Angular 10, 6,7,8, 9, angular 8 example,

Angular 10 tutorial for beginners, angular 10 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 10 crash course, angular 10 tutorial for beginners step by step, angular tutorial for beginners 2020,angular tutorial 2020,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 10 full course, angular 10 tutorial for beginners, angular 10 tutorial

Angular 10 tutorial for beginners, angular 10 crash course, angular 10 tutorial for beginners step by step, angular tutorial for beginners 2020, angular tutorial 2020, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.

Angular 10 Tutorial #1 -

Angular 10 Tutorial #2

Angular 10 Tutorial #3 - Upgrade to Angular 10

Angular 10 Tutorial #4 - Install Angular CLI tutorial

Angular 10 Tutorial #5 - Install Bootstrap in Angular App

Angular 10 Tutorial #6 - Install Angular Material in Angular Application

Angular 10 Tutorial #7 - Folder Structure of Angular Apps

Angular 10 Tutorial #8 - Boot Process of Angular Apps

Angular 10 Tutorial #10 - Angular CLI Tutorial

Angular 10 Tutorial #11 - App Architecture

Angular 10 Tutorial #12 - Modules

Angular 10 Tutorial #13 - Components

Angular 10 Tutorial #14 - Component Lifecycle Hooks

Angular 10 Tutorial #15 - Component Communications

Angular 10 Tutorial #16 - Templates in Angular Components

Angular 10 Tutorial #17 - Directives in Angular 10

Angular 10 Tutorial #18 - Structural Directives in Angular 10

Angular 10 Tutorial #19 - ngIf in Angular 10

Angular 10 Tutorial #20 - ngFor in Angular 10

Angular 10 Tutorial #21 - ngSwitch in Angular 10

Angular 10 Tutorial #22 - ngStyle in Angular 10

Angular 10 Tutorial #23 - ngClass in Angular 10

Angular 10 Tutorial #24 - Data Binding in Angular 10

Angular 10 Tutorial #25 - Interpolation in Angular 10

Angular 10 Tutorial #26 - Property Binding in Angular 10

Angular 10 Tutorial For Beginners

Angular 9 Full Tutorial For Beginners

Angular CRUD Tutorial Step by Step

Angular Testing Tutorial
Рекомендации по теме
Комментарии
Автор

i do not why there are not many followers, but your videos are awesome. Thank you

sahuamit
Автор

Thanks, Sridhar. You are awesome as usual.

amanuellebassi
Автор

This series is best I have seen till now, your videos becomes better than kud Venkat videos Great thanks a lot

TheSree
Автор

This is so explanatory ! awesome video

krishika
Автор

Your explanation is very simple which is great for dumb minds like me 😊😊

divyaranjana
Автор

For those you who are not able to access add-loans or whatever the path use it like this:
{
path: 'loans-types',
children: [
{
path: '',
component: LoanTypesComponent,
},
{
path: 'addloans',
component: AddLoansTypeComponent,
},
],
},
now you can access it using /loan-types/addloans.

huangwosaz
Автор

how to render the component for path loans? loans path have children add-loan etc. you had deleted the component for loans to access its child routes?

ShishupalSingh-zbsk
Автор

My parent path is: "loans" and my children paths are: "add-loans" and "loan-types". But when I try to access the paths via "loans/add-loans" or "loans/loan-types", I only see the output "loans works!" but the URL is correct at that time, it's either "loans/add-loans" or "loans/loan-types". What is going on here?

ambiank
Автор

Sir, Can you please explain what is the difference between RouterModule.forRoot(routes) vs RouterModule.forChild(routes)

surabhisubi
Автор

Hie
Can i know how can we call a component from a component. I mean we need to redirect to another component from one component

hanusaikrishna
Автор

I'm one of the person who is benefit from you Sir. I will refer your channel to my friends.kindly don't hesitate if you need any help or donate to your channel.Thanks a Lot.

robsonjohny