Angular 9 tutorial #6 get text box value

preview_player
Показать описание
in this angular 9 tutorial, we learn how we get the text box value on button click as well as on entering text with a simple example in the English language

Get text box value on entering text
Get text box value on button click

Make text box and button in HTML file
Make function in ts file
Get value

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

Good tutorial, I like how you got straight to the point. These are the types of quick tutorials you need when you're coding!

MrJorickje
Автор

Can you print the value on webpage on button click instead of console.log( ) or alert

ajitmishra
Автор

Hi Bro,
Can you please make a video for the following requirement ?
Download the content that is present on a textarea to a text file

ravi
Автор

lovely, ty so much, you will live longer and longer !

Ankitor
Автор

I am coding with Angular 9 and when I insert the input parameter into the function, the compiler goes in error: "Parameter declaration expected". I noticed that the function waits for a variable. So I can't just write the parameter, but I have to put it inside a variable: onClick(variable: inputVariable){}. I come do you insert just the variable from the input without having errors? Furthermore, I can't use this method with multiple input variables. Why?

deborahdeidda
Автор

how to print the text box value below the text box instead of console or in a dialogue box

pratishrutiparida
Автор

How should I take input from user and show in other page

tinolbhoyar
Автор

Writing getval(item) showing error... implicitly has any type...

aliyadalvi
Автор

How can i show value of an field on edit page inside lable

anandamayeebiswal
Автор

Excelente tutorial, me sirvió full aunque no te entiendo jejejeje

carlossaltos
Автор

While passing parameter in function I am facing error "Parameter 'a' implicitly has an 'any' type, but a better type may be inferred from usage." Could, you please guide me on this.

dikshasethi