In my "characters" module, there is a form with a text field and a button. When the button is clicked, it triggers a function but I am struggling to retrieve the current input text and pass it to the async function.
HTML: https://i.sstatic.net/DMF8w.png
TS: https://i.sstatic.net/B6jfp.png
Unfortunately, simply getting the promptText does not seem to be working. It seems like I might be missing a crucial concept in Angular, despite my extensive research efforts.
Appreciate any help you can provide!