Angular Tutorial - 23 - Routing and Navigation

Angular Tutorial - 23 - Routing and Navigation

Codevolution

6 лет назад

932,920 Просмотров

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


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

@robertjimenez7880
@robertjimenez7880 - 31.07.2024 18:44

very good video sir

Ответить
@mrdiego556
@mrdiego556 - 02.05.2024 17:41

In matter of tech-n-dev, always trust Bharat Teachers, thank you teacher, love from Brazil to India

Ответить
@dr.faithadhiambo254
@dr.faithadhiambo254 - 12.02.2024 12:12

Thank you so much! I struggled to understand Angular but you have made it so clear! Thank you Vishwas!

Ответить
@leek2436
@leek2436 - 30.10.2023 19:21

This video helped me a lot <3

Ответить
@panthalaraja9897
@panthalaraja9897 - 06.10.2023 13:42

I am new to Angular. I have watched so many videos for Routing and Navigation. Those are not clear. You are the one who give me a perfect explanation. Thanks a lot bro😊

Ответить
@Onuoha_dev
@Onuoha_dev - 14.08.2023 02:24

I love his tutorial

Ответить
@kwstaslalaounis3212
@kwstaslalaounis3212 - 08.05.2023 19:47

Thank you very much!!!

Ответить
@mansikumari9533
@mansikumari9533 - 01.05.2023 20:24

For the new version, write ng g c <component -name> --inline-template=true --inline-style=true

Ответить
@shreyareddy3059
@shreyareddy3059 - 28.04.2023 22:30

For anyone having issue using -it you can also use the command as -> ng g c employee-list --inline-style=true --inline-template=true

Ответить
@edwardnavon
@edwardnavon - 11.04.2023 17:37

Great explanation. A very gifted programmer , and teacher !

Ответить
@CseLecturesBySuraj
@CseLecturesBySuraj - 09.04.2023 11:11

$ ng g c department-list -it -is
Error: Unknown argument: i

Any solution ?

Ответить
@rohithsj5066
@rohithsj5066 - 15.03.2023 15:08

hi vishwas the command PS C:\Users\m\Desktop\node\routing-demo> ng g c department-list -it -is
Error: Unknown argument: i

is not working kindly help me to resolve

Ответить
@AhamedKabeer-wn1jb
@AhamedKabeer-wn1jb - 06.02.2023 12:55

Thank you..

Ответить
@alexanderruedaduenas5819
@alexanderruedaduenas5819 - 23.11.2022 09:07

Thanks !!!

Ответить
@darrenjosiah9246
@darrenjosiah9246 - 11.11.2022 07:30

If clarity was a person

Ответить
@rakeshacharya8791
@rakeshacharya8791 - 05.11.2022 10:10

is it possible to implement pathlocationstrategy and hashlocationstrategy in a project at time??

Ответить
@poojachauhan7547
@poojachauhan7547 - 02.11.2022 05:05

thanks for wonderful topic👍

Ответить
@meowismyhello5100
@meowismyhello5100 - 30.10.2022 00:45

Anyone figure out how to preserve the routes upon a page refresh?

Ответить
@MohamadMeerasa
@MohamadMeerasa - 12.10.2022 09:07

unknown argument i is saying while creating component

Ответить
@tejashripaithankar2842
@tejashripaithankar2842 - 30.09.2022 08:28

Sir, please make video of Life Cycle hooks of angular component

Ответить
@tejashripaithankar2842
@tejashripaithankar2842 - 29.09.2022 15:53

You are Simply Great, Thank You so much

Ответить
@alexroberts5699
@alexroberts5699 - 19.09.2022 19:27

Thank you for this tutorial; this is the most helpful video I've seen on Angular routing so far. Very good explanation and method of working.

Ответить
@postoronnii__
@postoronnii__ - 13.09.2022 01:11

to generate app-routing module `ng generate module app-routing --flat --module=app`
`--flat` - Puts the file in src/app instead of its own directory.
`--module=app` - Tells ng generate to register it in the imports array of the AppModule.

Ответить
@Khan-cb9xx
@Khan-cb9xx - 29.08.2022 13:18

I love your work, you and Kudvenkat.

Ответить
@NinjaGuyDan_
@NinjaGuyDan_ - 10.08.2022 22:38

Thank you for this short, clean explanation

Ответить
@robertc5242
@robertc5242 - 28.07.2022 11:44

Understood, thx

Ответить
@KaushikGanguly72
@KaushikGanguly72 - 12.07.2022 17:33

ng g c department-List --inline-template --inline-style

Ответить
@yaswanthyv3837
@yaswanthyv3837 - 02.07.2022 16:51

My app is only SPA! So,route is required?
So without route...how can I do...

Ответить
@dnyaneshkale8293
@dnyaneshkale8293 - 24.06.2022 14:46

-it and -is isn't working. it says Error : Unknown argument: i
help?

Ответить
@cododita6731
@cododita6731 - 12.06.2022 14:06

Please make a video on distance between two points and routing line in maps using angular

Ответить
@gamersstop585
@gamersstop585 - 02.06.2022 07:45

i just came here for a piece of code and it is : ng g c "component name "

i hope i have saved your time. thank you

Ответить
@mindsfriendlypage
@mindsfriendlypage - 20.05.2022 20:04

my browser shows nothing after it. what do I do? i followed exact method.

Ответить
@allprowebdesigns917
@allprowebdesigns917 - 12.04.2022 11:32

Great course on Angular. Just about everything is wrapped up in this one!

Ответить
@bestrecipes3373
@bestrecipes3373 - 09.04.2022 16:00

thank you!! very good!

Ответить
@karenrz98
@karenrz98 - 07.04.2022 22:04

can we change the path name and still have the entire application work as a whole? If yes, how?

Ответить
@mikojan85channel
@mikojan85channel - 31.03.2022 12:47

in app-routing.module, add 'export' to 'const routes' and do not export or even declare the 'routingComponents' array.
Then, in app.module, import only 'AppRoutingModule' from 'app-routing.module'

Ответить
@kenkioqqo
@kenkioqqo - 30.03.2022 05:31

Vishwas, you're are simply a gift to Angular enthusiasts around the world! I've just learned from you in a few minutes something that I've been unable to understand for days watching a premium course. Your method and explanation is so easy to understand, and yet your tutorials are free. Thanks a ma brother.

Ответить
@praveenkumarkothapalli2813
@praveenkumarkothapalli2813 - 27.02.2022 18:09

Super Explanation

Ответить
@soulfulmusic4037
@soulfulmusic4037 - 22.02.2022 08:31

You're a superb teacher. I have not been able understand Observables and your explanation made it to my heart. Thanks Man!

Ответить
@sp2378
@sp2378 - 03.02.2022 20:49

I was bored watching Udemy paid video then I saw this and suddenly am interested in learning Ng. That shows you are explanation in very simple and understandable. Thank you for this social work ;)

Ответить
@jokerface22
@jokerface22 - 13.01.2022 15:20

as a beginner i will come back so much time to look at this video, because i dont found the same export method anywhere else in the internet.

Ответить
@gabrielpena5829
@gabrielpena5829 - 27.12.2021 06:15

Man i'm so thankful for your videos

Ответить
@ИгорьА-л2я
@ИгорьА-л2я - 14.12.2021 16:53

Hello, thaks. But how to send several options in path??? for example - array = ['tab1',' tab2', 'tab3'] path: 'any item of array' - component: Component.

Ответить
@SaintAvalon
@SaintAvalon - 29.11.2021 23:13

Amazing intro, and thanks for going into so much upfront sorting some of it out in my head before we even got to the actual code. Also, thanks for speaking slowly it made it so easy to understand.

Ответить
@vikrant.mishra
@vikrant.mishra - 23.11.2021 15:33

Can you please make a playlist of your angular tutorials. Every time I come I need to search and then proceed to next. It would be great help if I can find it in a single playlist.

Ответить
@aninditasarkar7168
@aninditasarkar7168 - 03.11.2021 20:35

If I can see the full css file then get an idea about the style.I have prepared one project but my buttons can not display the texts given in the html files for each buttons.Thanx.

Ответить
@BheemuR
@BheemuR - 28.10.2021 00:10

Great explanation but when I click the link on any of links app component title and links are still appeared, how can I make to display department component views only and disappear app component ciew?

Ответить
@humanetiger
@humanetiger - 19.10.2021 10:54

Perfect tutorial: Visual overview at the beginning to set the target picture, overview of each step coming down the road, preparation, explaining and executing each step and a short summary. Man, you nailed it! Found this video as the first one, will go back to your lesson 1 and start learning. Thanks a lot!

Ответить
@anilkandula6666
@anilkandula6666 - 26.09.2021 18:33

how to write the code in department-list.component.html??? actually it was not created??? plz anyone help to my question

Ответить
@chaitanyaprasad6924
@chaitanyaprasad6924 - 31.08.2021 18:56

All LECTURES ARE AMAZING

Ответить