Angular Tutorial - 10 - Template Reference Variables

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

📱 Follow Codevolution

Angular | Angular Tutorial for Beginners | Angular Template Reference Variables
Рекомендации по теме
Комментарии
Автор

Vishwas, I started learning angular from your tutorials. I always refer to your tutorials whenever I need to brush up the concepts. Thanks for the tutorial they are very useful.

anirudhadavalli
Автор

thanks man!! u made my work very easy .still toady in 2022 I found your tutorials are far better than latest version tutorials.

sumeennaazshaik
Автор

Great tutorial series, geat job Vishwas!

geodamian
Автор

If you get error saying : Parameter 'value' implicitly has an 'any' type.
Use:
logMessage(value: any){
console.log(value)
}

sayakbanerjee
Автор

Thanks, great tutorial again! Your series are perfect.

neopol
Автор

Vishwas, your videos are really great. Thanks a lot

tofgau
Автор

Great tutorial and more great your explanation !!!

lokmanhosen
Автор

great teaching skills and rapid. Great set of tutorials

TheGhanashyam
Автор

thank you very much sir. your teaching is really understandable and full pledged.

subramanyamchapala
Автор

You made it look so easy. Thank you so much

MuhammadAhmad-rhfm
Автор

is it not better to bind both text box and button, and use the values in the ts; instead of passing a reference variable? Because that way you have both values in the ts, which is better testable?

MrDunatis
Автор

don't know why but in upper version, in .ts file logMessage(value) was giving error, asking for provide type of value, so logMessage(value : any); worked for me

shubhammhatre
Автор

Input variables can aslo access to ng model so why we used to template reference variable ?

kotireddy
Автор

Can we create a template reference variable dynamically? Like inside *ngFor can we create #1, #2 reference variable?

damandeepsingh
Автор

How can we use the data of input textfield in all components.

prinsyadavchukti
Автор

So template reference variables are another way of defining hrefs?

harukogaki
Автор

Hello i had a question, instead of using template reference variable, i have tried property binding with the "value" attribute of the input element with a class variable, and on button click i tried to log in the class variable, but it is not working. Could you please let me know where am i going wrong

sarahthomas
Автор

How to access multiple controls values

nirajrewtani
Автор

Hello codevolution I have a question what if have mutiple input fields still it works with each reference varaiable or any alternative?

sujithreddypatlolla
Автор

Put value : any if ur getting an error : " parameter value implicitly has any type

nitishtellakula