Angular 17 Nested Routes for Beginners Part 2 | Angular 17 Child Routes for Beginners | Angular 17

Angular 17 Nested Routes for Beginners Part 2 | Angular 17 Child Routes for Beginners | Angular 17

Php Node Tuts

6 месяцев назад

7,867 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@felix22112211
@felix22112211 - 03.02.2024 08:08

Hello, I wanted to know if you can upload the HTML code of the 404 error code because it is not complete, please.

Ответить
@ramibenothmen1999
@ramibenothmen1999 - 27.01.2024 20:51

You're doint a great job bro keep going.
and please make some .Net videos

Ответить
@mihirmistry5979
@mihirmistry5979 - 24.01.2024 09:55

How to do nested routes load lazily

Ответить
@pubgmobile-uj9bf
@pubgmobile-uj9bf - 20.01.2024 15:50

Thanks for this awesome video please make more with the same way

Ответить
@xCrOaTiEnSniPZzx
@xCrOaTiEnSniPZzx - 22.12.2023 02:50

Such a good video! Just one question.. do you know how to make scroll top when you click on a button? When I click on a button wich is on the bottom of the page, the page is still on bottom when I route to another link. Do you know how to fix it in angular 17?
Thank you!

Ответить
@probaldatta3266
@probaldatta3266 - 18.12.2023 20:17

Thank you,please make more videos

Ответить
@user-ve4fv4eo8s
@user-ve4fv4eo8s - 13.12.2023 00:20

Est-ce possible d'avoir des vidéos sur comment sécuriser les routes, encore merci pour le contenu qui est très enrichissante

Ответить
@user-ve4fv4eo8s
@user-ve4fv4eo8s - 13.12.2023 00:18

Ответить
@dlerma1987
@dlerma1987 - 12.12.2023 01:06

I'm working on a new project with Angular 17. I'm having some issues with my routes also I'm applying child/nested routes.

First in my navbar I call a component1, then, into component1 I have an anchor to call another component2.
localhost:4200/component1
localhost:4200/component1/component2/
Everything is working fine at this point, following your example.

The problem comes when I refresh the page and the URL address is refreshed to:
localhost:4200/
but still I have rendered the /component2

How can I keep the URL in the address bar... What's wrong?
I mean, if my site is in localhost:4200/component1/component2/ and then I refresh the page, how to keep the localhost:4200/component1/component2/ URL??

Ответить