You are using both @Input() and @Output() from a single component to other but both are sending the data's vice versa(i.e Parent to Child and Child to Parent). Can you please comment on this?
If you place a component inside another component's html, then the one which is placed becomes child and the one in which you placed becomes parent. Ex: Testing Here Header is a Child and Layout is the Parent Component.
You can use Observable or Service to pass data between any 2 components, whether its sibling or parent - child or any relation. Another way is you can pass data from one sibling component to common parent and pass the data to other sibling component from the parent.
Get Addicted to your tutorial flow, bro.
Keep posting on Protractor, Gulp, Grunt, Jasmine also bro.
wow! clear explanation bro... keep posting more concepts in angular on regular basis.
sure. thank you for your comment
Thanks a lot for your informative video's on Angular. Really appreciate your time & effort. Please keep uploading more videos bro..!
good explanation bro.But I need to know what is the use of input output in realtime projects.Kindly explain
super ji, mass ..
You are using both @Input() and @Output() from a single component to other but both are sending the data's vice versa(i.e Parent to Child and Child to Parent). Can you please comment on this?
waiting for further..
Sir, Please explain about the router-outlet tag in the app component html
bro actually you are not set any value via @input() then how it is displayed as Hello Angular!
I have answered your question in the first 5 min of this video. Please check.
ua-cam.com/video/KFg9tMvOoB8/v-deo.html
@@CodeNanban.
I have a bug in my angular app it'd great if you could help me. Do you have an email id I can contact to? Nandri
How can i pass data from table to form on buttonclick (edit) using id on angular...can anyone help on it?
how to identify whether the component is parent or child?
If you place a component inside another component's html, then the one which is placed becomes child and the one in which you placed becomes parent.
Ex:
Testing
Here Header is a Child and Layout is the Parent Component.
@@CodeNanban not able to understand. Could you please elaborate...
Please check first 5 min of this video, I have answered your question.
ua-cam.com/video/KFg9tMvOoB8/v-deo.html
bro konjam purichika kastam ma eruku
Bro plz upload nxt videos bro
Done
bro in case sibling components, how to pass the data
You can use Observable or Service to pass data between any 2 components, whether its sibling or parent - child or any relation.
Another way is you can pass data from one sibling component to common parent and pass the data to other sibling component from the parent.
Bro Angular Design Pattern can u pls explain
How to pass data from child to child?
how to pass data parent to siblings ? explain
need lazy loading deep expl!!
Sure will upload
Bro plz uplalod angular videos
Sure bro.. I was on vacation.. will upload
It's confusing bro.