Angular child routes and how to implement nested routing

preview_player
Показать описание
How to implement child routing and nested routing in Angular

------------------------------------------------
Follow me on:
-----------------------------------------------
#angular
Рекомендации по теме
Комментарии
Автор

Nice one, very clear clarification received on child routes.

ammuadi
Автор

thank you.
that was a very good one.
saved me a lot of time!

gabir
Автор

Thanks, this was what I was looking for. 👍🏼

DanielRodriguez
Автор

Very nice and easily explained, thank u!

AJonesB
Автор

Hi
I seen your Angular 8 nested routing video . it is very useful for all angular dev. but
my requirement is different .
nested routing in featured modules
e.g:
localhost:4200/dashboard
localhost:4200/aboutus
localhost:4200/java [ this is module parent link ]
localhost:4200/java/corejava [ this is child link]
localhost:4200/java/advjava [ this is child link]

please guide me how to do this in angular 8 or to make separate video on this
I waiting response
Thanks in advance

anandlshinde
Автор

With this structure (home - homeBase) how We can use traiing slash? example: 'localhost:4200/home/'

juanjinario
Автор

good video...nice well..pls avoid background music

ajithmathiyalagan
Автор

Nice lesson! But the music is terrible...

Dmitrychar
Автор

ok, perfect but I have a question now, how to remove the view of the parent component so that it is only to see the view of the child component?

andersondiaz