in Angular by

What does the input decorator handle use for its default name mapping?

1. the selector that Angular will use to find a match

2. the elements in the DOM

3. the value of the item it decorates

4. the name of the item it decorates

1 Answer

0 votes
by
correct answer is :- the name of the item it decorates
...