Angular 12 tutorial in Hindi #26 Pass Data child to component

preview_player
Показать описание
In this angular 12 version video, we learn how to send data parent to child component in angular 12. This video is made by anil Sidhu in the Hindi language.

Make Child Component.
Use Child Component.
Send Data from parent Component
Use Data in Child Component
Interview Question
Angular 13 in hindi

Рекомендации по теме
Комментарии
Автор

Hi anil. Title of this video is confusing. Please change it to "Pass data parent to child component"

oneminutemathofficial
Автор

nice video... but mostly you use variable names like keywords . which is confusing.

waq
Автор

Hello, is the item property of child component binded with the data property of the father component? Thank you!!!

CarlosOrtiz-kz
Автор

can we send data parent to child of child component or we can pass data from one child component to another child component...?

jigarkajiwala
Автор

Hi anil
Your videos are awesome.
Is it possible to use more than one empty route name when using lazy loading?

AnandJagtap
Автор

7:20 please correct title of video if its wrong?

Sumeshkumarback
Автор

please change topic parent to child data

SandeepVerma-sonf
Автор

Hello brother Adonis js ki series kab start kroge ?

rigneshsarvaliya
Автор

Sir, Pass Data child to component, yeh wale video ka voice nhi aa raha... I think it's recorded properly.
Thank You

AM-mijg
Автор

Sir .. in child.component.ts file oninit and implements oninit is not came .. I wrote manually???

poornimaa
Автор

Topic name is parent to child data transfer

__ravi_pandey__
Автор

Cant i write increment and decrement methods in my child htm file and child ts file why should i write them only in parent class html and parent ts file is this a rule or what ?

jagadeeshp
Автор

Please koi bta skhta hai is main decorator type kon sa use hwa hai ?? confusion ho rhe hai :( ..

muhammadimraj
Автор

Sir kya is Video me Data Parent Component se Child Component Pass Kar raha hai....?

dbnmeadia
Автор

child component.ts file me jo bhi aapne kiya kuch samhj nh aya aapne aache se nh smhjaya sir ki Input ku likha fir export me @Input () ku likha isse deital me samhjana chiye tha sir

gauravsinghrajput
Автор

Pass Data child to component, yeh wala apne sahi se explain nhi bahut confusion hai abhi bhi... If possible please ek aur video mai sahi se explain kr dijiye..

shubhi
Автор

Error: - error TS2322: Type 'string' is not assignable to type 'number'.

<app-users [hero]="data"></app-users>

error comes, any solution pls

rajatpatil
Автор

list: any[]=[];
getData(item:string){
this.list.push({id: this.list.length, name:item})
console.log(this.list)
}
i write this code but it's showing me
[object Object]

faizanasad