Angular 6 Basics 13 - Passing inputs to components

preview_player
Показать описание


Angular 6 Basics - Learn how to create Angular applications from scratch. Understand the Angular framework and learn how to use the features of the framework to create components and services. Use modules to organize your code. Build applications that call REST APIs and fetch data from a server. Implement routing to show multiple views with multiple URLs.

This course requires no previous knowledge of Angular or AngularJS.
Рекомендации по теме
Комментарии
Автор

You have an incredible way of teaching
Soft, mellow, and knowledgeable
Just the right ROS, perfect interlinking of topics
I could go on
Thank you sooo much for this series

pawan-tdff
Автор

Best video on Angular Inputs. Ty so much!

ArbitraryZer
Автор

Loved the way you explained that to us !! Cool.. This deserves a thumbs up.

VishnuSunilkumar
Автор

Add undefined to remove not yet initialized error on the variable.
@Input('name') userName: string | undefined;

monsterhuntergo
Автор

Oh man this helps me so much...thank you

radekpiekny
Автор

What if the name is entered by user and available in address_card_component_html file ? How do I pass it to the address card component.ts file?

deshpande
Автор

Question : Why did you move data from constructor to nginit what is significance of nginit ? can you explain me

SoumilShah
Автор

How you record the video, need to record my school presentation with screen sharing and it's hard.

vitalii
Автор

Anyone know how to pass imageUrl to parent using @Input?

todd
Автор

I am using one form for adding and updating the details. I want to change the form title for both these separate action. Please guide me.

mshubhamtyagi
Автор

why do we need to move the code from constructor to ngOnInit(). what if i keep it in both constructor and ngOnInit()

sachinkumarsingh
Автор

Why do I get "Undefined" when passing the "New Name" to userName?

dukedu