Login
Remember
Register
Ask a Question
Which of the following will be true if the user changed the value of control?
+1
vote
asked
Jan 2, 2022
in
Angular 2 Routes and Forms
by
rajeshsharma
Which of the following will be true if the user changed the value of control?
Question from Angular 2 Routes. Select the correct answer from below options:
a) dirty
b) valid
c) touched
d) Pristine
value-of-control
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2022
by
rajeshsharma
Correct answer is :--a) dirty
dirty will be true if the user changed the value of control
...