Angular - Component Interaction
You want to create a form with an input and a button that clears the input when clicked. Using a template reference
#inputRef, which template code correctly implements this behavior?