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.
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😊
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!
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 ;)
Watched only this video...now iam in an idea of watching more videos in your channel...Perfect explaination...May almighty bless you brother.....A new subscriber from Sri Lanka
Thanks for your great tutorial. I don't understand the people that this like this tutorial... what are they expecting ?????????? It was a short and clear tutorial and it works perfectly.
One of the beauty in your tutorial videos are you separated a requirement into small tasks, and its seems to be easily understood. Can you tell me how to develope these work break down structure thinking...
Very well presented - concise and organized. I am impressed! I am going to view some more tutorials. I am always correcting my kids on gathering their thoughts before they speak.
You have a simple and amazing way of teaching this. Thank you and keep doing this great job. I'm sure you'll continue to help a lot of people as you did with me. (Sorry about my awful english xD)
Why don't we have teachers like him in our colleges. He made everything so easy and interesting. See how gracefully He explains everything. Thank you Vishwas (*sorry if i spelled it wrong)
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.
Thank you so much for posting this video. It gives clear view of the Angular Routing. I tried to read this before watching video and it was giving me hard time but now It seems simple.. You are great thank You again
Hi, All of your videos are super awesome and the way you explain the things are just wonderful, each and every concept I get understand. Really thanks for all of your videos for a good cause to educate others. I request you to please upload a video for Router Guard and CRUD operations too. Hope you will do the needful soon. Lots of love from India.
Hi, thank you. There is a separate angular authentication playlist where you can learn about what you have asked. Please take a look in the channel playlists.
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'
Hi , Thanks for this knowledge sharing videos. Really appreciate it. I will appreciate, if you please create a video for login page > authontication > home page (default page after authontication)
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.
For anyone having issue using -it you can also use the command as -> ng g c employee-list --inline-style=true --inline-template=true
Thansk a lot! it works!
thank you :)
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.
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😊
DUDE!! Thank you so much! Been trying to figure this one out for ages. Definitely subscribing! Explained so simply yet efficiently. You're the best!
Yes, I think your videos are nice and short and straightforward. And I'd like to second the request for a lazy-loading route video, if possible. Thx!
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!
That's the simplest and greatest explanation I've ever seen, virtual crate... no! cistern of beer for you :) Thank you Vishwas.
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 ;)
Watched only this video...now iam in an idea of watching more videos in your channel...Perfect explaination...May almighty bless you brother.....A new subscriber from Sri Lanka
Excellent. Very clear explanation of routing and how it works. I am impressed. Finally, someone who explains things in plain English. Very well done.
Mr Vishwas - you're a great tutor. Keep it up and THANKS SO MUCH FOR THESE TUTORIALS.
Thank you so much! I struggled to understand Angular but you have made it so clear! Thank you Vishwas!
So much clarity in the explanation. More knowledge in less time !!
Your tutorials are awesome!!!
Please make a Video Regarding Lazy Loading in Detail with Routes...
Thanks
Aye aye
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.
Thank you so much for this video! I'm new to Angular and you made routing so easy to understand!
Great explanation. A very gifted programmer , and teacher !
The quality of your content is better than most online learning platforms in so many ways..
Thanks for your great tutorial. I don't understand the people that this like this tutorial... what are they expecting ??????????
It was a short and clear tutorial and it works perfectly.
For the new version, write ng g c --inline-template=true --inline-style=true
You're a superb teacher. I have not been able understand Observables and your explanation made it to my heart. Thanks Man!
Best Angular Tutorial .... Everything is simply explained with detail !!👍👍
One of the beauty in your tutorial videos are you separated a requirement into small tasks, and its seems to be easily understood. Can you tell me how to develope these work break down structure thinking...
Very well presented - concise and organized. I am impressed! I am going to view some more tutorials.
I am always correcting my kids on gathering their thoughts before they speak.
You have a simple and amazing way of teaching this. Thank you and keep doing this great job. I'm sure you'll continue to help a lot of people as you did with me. (Sorry about my awful english xD)
In matter of tech-n-dev, always trust Bharat Teachers, thank you teacher, love from Brazil to India
Ur awesome. I followed your React videos also. Ur contribution to the community is price less, God bless you and your family.
The author is great at explaining! Well done! Keep going and thanks!
Why don't we have teachers like him in our colleges. He made everything so easy and interesting. See how gracefully He explains everything. Thank you Vishwas (*sorry if i spelled it wrong)
Well, few people have a passion for teaching, very few people have the skill, but most people who just want a job unfortunately.
I was searching everywhere for this! This was very helpful. Thank you
You are Simply Great, Thank You so much
Happy to help!
The simplest tutorial for routing and navigation on internet. Thank you!
very very useful for someone who wants to learn from scratch , great tutorial Vishwas
your videos are very descriptive , clear and simple to learn. thank you
Man i'm so thankful for your videos
I love your work, you and Kudvenkat.
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.
YOU SIR ARE THE LORD AND THE SAVIOR
Thank you so much for posting this video. It gives clear view of the Angular Routing. I tried to read this before watching video and it was giving me hard time but now It seems simple.. You are great thank You again
Great course on Angular. Just about everything is wrapped up in this one!
I have seen number of videos about angular..but those videos are best
Your explanation is simple and easy to understand. Thank you.
Thank you for this short, clean explanation
thank u once again ,
u make anglar easy to learn
short and to the point. i love it, keep up your work
I watched all angular 7 tutorials for about Routing. But this video show is very easy way and very helped me. Thanks you very much.
OMG... u taught routers in a swipe... thanks a Ton !!!
This was one hell of a clear explanation for beginners! Thanks much.
It's worked for me. I'm really new to this and I have tried many videos before but nothing work until I found this.
I like this step by step approach,
A nice place to learn angular.
All LECTURES ARE AMAZING
Nice tutorial, short and loaded with knowledge !
Thanks for the nice tutorial. I am following it start to end.
Awesome !!! Very well explained
Hi, All of your videos are super awesome and the way you explain the things are just wonderful, each and every concept I get understand. Really thanks for all of your videos for a good cause to educate others. I request you to please upload a video for Router Guard and CRUD operations too. Hope you will do the needful soon. Lots of love from India.
Hi, thank you. There is a separate angular authentication playlist where you can learn about what you have asked. Please take a look in the channel playlists.
This play list makes me believe that Alien does exist
you are awesome!.
Thank you so much you save my day, before a lost 4 days trying to do routes.
the best explanation about routing. very good!!! thanks very much :)
You just solved my problem for this week
Thanks for explaining it short and to the point. Great Video
thx man, youre such a great teacher
You are a great tutor!
Just the one I look for. Thanks!
Finally. A decent explanation. Thank you.
Short and to the point - great tut - thank you
You are a great teacher .. Very beautiful explanation
simplest explanation
great work :)
Dude make more tutorials, you are amazing!!
Step 1 @ 2:30
Step 2 @ 4:30
Step 3 @ 5:10
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'
Great tutorials. Thanks
Thank You So much ...Love From India>3
simply awesome explanation.thanks you codevolution
Beautiful tutorial! Very easy to follow. Thank you!
Sir, your all tutorials are really good and helpful.
Hi ,
Thanks for this knowledge sharing videos. Really appreciate it.
I will appreciate, if you please create a video for login page > authontication > home page (default page after authontication)
thanks for wonderful topic👍
Muchas Gracias por el video. Excelentemente explicado !!!
Thank You !!
Super Explanation
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.
Your tutorial is really great, thank you so much
I love his tutorial
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.
Big Like to you! ! ! excellent work dude!
Great video very clear and concise. Keep up the great work.
Best and amaizing tutorial. I have Really learned something
Really awesome, thanks .. !!!
Nice explanation and clear video...Thanks...
Best way to explain
Thank you
This video helped me a lot
Best tutorial i`ve seen
you are doing a great job, thank you
Nice video to get to know the basic understanding of routing
best tutorial great work thank a lot man
Thanks for this knowledge sharing videos. Really appreciate it.
If i did not add --routing command when i create the project how can i change the project has routing file and properties
Later you can give ng generate module app-routing --flat --module=app
Very well explained.
This is a fantastic tut.
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
Thanks !! so much clarity