Angular 10 tutorial #20 pass data parent to child

preview_player
Показать описание
in this Angular 11 and 10 version tutorial, how to pass or send data parent to child component in English language. This video is made by anil Sidhu

Points of video
Pass Data To Child Component
Make users component
Make it child of app component
Pass data to app to child component
Display data in child component

Angular 10 and 11 tutorial playlist

Angular 10 and angular 11 tutorial in Hindi playlist

Checkout all course an playlist
Рекомендации по теме
Комментарии
Автор

Checkout all course an playlist
Info tech video by bhasker verma

codestepbystep
Автор

Hi brother how to send form data value from SIGNUP component to USER component

Type of form: Reactive
Note: after clicking on submit button we have to send the from Signup to User component

Please help me on this

suryatejt
Автор

is it posible to get properties fron object by using *ngFor instance of {{}} .

sj
Автор

I know how to send data once, but what if the parent needs to update the email address. How do you send again?

TheTimeProphet
Автор

Great the way u explaining was very simple and easy to learn

durgaprasadmarrey
Автор

Does it have to be in the ngOnIt() to get the parent data in the ts file?

aishwarya
Автор

Thank you bro it's just simple people make it difficult

yoho
Автор

every code is not working as has to be fixed :)

Aliahmed-czvw
Автор

Error: - error TS7008: Member 'hero' implicitly has an 'any' type.

why we get this error?

jayapriyarajendren
Автор

Dude this video code doesn't work for

faux_plex
Автор

Error: - error TS7008: Member 'hero' implicitly has an 'any' type.

9 @Input() hero;

Aliahmed-czvw