Nisha, I saw like 5 different videos about this topic and they all make it super difficult to understand, until I got to your video. I was looking for this the entire day. Thank you so so much for this.
this is precise yet basic in understanding nesting routing since I am struggling studying angular in some tutorials here in youtube!! keep it up... you subscriber from Philippines
After a long time,seriously i was waiting for your video. thanks for back again.i hope i will get to know all angular concept during this lock down period. seriously i got to know angular just because of you, thank you so much .
I was doing a project with lazy loading and child routes . But i was not fully understood using router outlet for different layout on each module. After watching this tutorial i fully understood the concept. Thank you mam for your clear explanation 😍😍😍
@@bhaveshmoon1979 i will explain you with an example. Assume you have an employee module which is lazy loaded. When you create employee module you will have employee.component.html file.(you chan check how to create a lazy loaded module along with .ts .html .css and employee-routing module in angular documentation ) In that type . Then in employee routing module you will have path :' ' component : employee.component.ts . Then add children to this (,children: {}) then all children will come at router outlet of employee.component.html
Mam your video is very much helpfull for me. Thank you so much for providing such a good content . Mam Please make video on Manual bootstrapping , state management .
one doubt here earlier in the Routing video you said we need to import RouterModule and Router class inside app-module but in this video, your code is written in the app-routing.module.ts file, can you explain it.
Great presentation! In this presentation, the nested routing is used with normal component loading. For better performance, lazy loading can be used. Do you have a sample for using the nested routing with lazy component loading? Thanks.
Hi madam just now watched your tutorial on custom pipes in Angular. When the video is done the thing I did is just subscribed to your channel. So far I am looking for a video on angular that how to connect to lcalhost/phpmyadmin(WAMP/XAMP server) and perform the CRUD operations. If possible make a video on it madam. Will be waiting for it.
Hi Nisha.. Architecture point of view, as the user component is child to users component, can we create user component inside of users component folder..? or is it not required..?
You didn't show how to display the address. You navigated to a static page with a message that the page is working. But each USER has a different address. How do you present it? It was missing from the video.
Hi ma'am, firstly I'm very thankful for providing such a nice explanations on Angular4. Your way of representation make beginners also very easy to understand. Can you please make a video on Angular observables and subscribe how they works and all.
Hi Nisha , 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
Nisha, I saw like 5 different videos about this topic and they all make it super difficult to understand, until I got to your video. I was looking for this the entire day. Thank you so so much for this.
We are happy to see you back
Thank you
Very happy to see and your videos....
Thank you
You are amazing...Cristal clarity.....
Glad you are back and please continue your tutorials on Angular. Thanks
Thanks
Your explanation is very clear and to the point. Thank you so much
After so long time, you have posted video ... Be continuing with new uploads, your tutorial and explanation method much appreciated.
Hey thanks Hiren, due to some constraints, I was on break. But yes all appreciations and support bring me back here.. :)
Happy to see you, u r back again. Your videos are very helpful for new angular developers.
Thank you Kishore
@@NishaSingla try to do more videos on angular, videos are very short and easy to understand. Very helpful while preparing for interviews.
Good to see you back :).. love your videos
Thank you Shaileen. :) :)
this is precise yet basic in understanding nesting routing since I am struggling studying angular in some tutorials here in youtube!! keep it up... you subscriber from Philippines
Glad to know it helped 😀😀 keep learning
And thanks for subscribing 👍🏻😀😀
After a long time,seriously i was waiting for your video.
thanks for back again.i hope i will get to know all angular concept during this lock down period.
seriously i got to know angular just because of you,
thank you so much .
Good to know my videos are helping you . Will upload more videos .Thanks
Please continue your series and also make video on crud operations connecting with webApi and database
Sure Thanks
Very clear explanations and for beginners, this is the one of best channel to watch learn angular.. Keep posting more tutorials Nisha Singla.....
Hey it means a lot.. thanks 😀🙏
I was doing a project with lazy loading and child routes . But i was not fully understood using router outlet for different layout on each module. After watching this tutorial i fully understood the concept. Thank you mam for your clear explanation 😍😍😍
Is it working
For me it is not working
@@bhaveshmoon1979 i will explain you with an example. Assume you have an employee module which is lazy loaded. When you create employee module you will have employee.component.html file.(you chan check how to create a lazy loaded module along with .ts .html .css and employee-routing module in angular documentation ) In that type . Then in employee routing module you will have path :' ' component : employee.component.ts . Then add children to this (,children: {}) then all children will come at router outlet of employee.component.html
crisp and simple 😊 thank you
Is it working for you ??
Thanks. This video helped.
Very useful video Thanks,
small request please make quality video its very blur.
I will try my best
Thanks very well explained
very well explained
thank you
You’re welcome
Thank You !
Mam your video is very much helpfull for me. Thank you so much for providing such a good content .
Mam Please make video on Manual bootstrapping , state management .
Wow thank you Ms Singla, I hope in future you adopt dark mode in VS code 🤭.
nice explain
Thank u so much
You are most welcome
@Nisha Singla how we can scroll to the top when we navigate in Nested Routes in angular? ie more than 6 levels of router outlet
netsed routes doesnot working. address and company displayed but that content not working
Other Angular tutorial videos should learn from her.. how things can be explained without over complicating things in a simple way.
one doubt here earlier in the Routing video you said we need to import RouterModule and Router class inside app-module but in this video, your code is written in the app-routing.module.ts file, can you explain it.
Great presentation! In this presentation, the nested routing is used with normal component loading. For better performance, lazy loading can be used. Do you have a sample for using the nested routing with lazy component loading? Thanks.
Hi madam just now watched your tutorial on custom pipes in Angular. When the video is done the thing I did is just subscribed to your channel.
So far I am looking for a video on angular that how to connect to lcalhost/phpmyadmin(WAMP/XAMP server) and perform the CRUD operations. If possible make a video on it madam. Will be waiting for it.
Thank you
Hi Nisha.. Architecture point of view, as the user component is child to users component, can we create user component inside of users component folder..? or is it not required..?
You didn't show how to display the address. You navigated to a static page with a message that the page is working. But each USER has a different address. How do you present it? It was missing from the video.
Thanks
Hi ma'am, firstly I'm very thankful for providing such a nice explanations on Angular4. Your way of representation make beginners also very easy to understand. Can you please make a video on Angular observables and subscribe how they works and all.
Thanks . I will come with these topics soon
Can we display both adrees and company as default with chaild route
Rajesh if you want to display both child route, then use named router outlet instead.
th-cam.com/video/ev6z6B3GVlw/w-d-xo.html
i am working on real angular project i need your help how can i contact you? plz help
Hi Nisha ,
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
Thanks
@@NishaSingla
HI Nisha,
I request to you please tell me my question answer.
can you share this code also
It is not working for me, I followed the steps exactly
ma'am please use dark theme while explanation
I should give you half of my salary hiked