+1 vote
in Angular 2 Routes and Forms by
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

1 Answer

0 votes
by
Correct answer is :--a) dirty

dirty will be true if the user changed the value of control
...