0 votes
in Angular by

What can be placed on the form element to capture a handle to the form that Angular creates?

<form (ngSubmit)="onSubmit()">

1. an asterisk symbol

2. an ampersand symbol

3. a pipe symbol

4. a hash symbol

1 Answer

0 votes
by
Correct answer : a hash symbol
...