Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
You can prevent Angular2 from auto-validating the form by using _______.
Home
Angular 2 Routes and Forms
You can prevent Angular2 from auto-validating the form by using _______.
+1
vote
asked
Jan 2, 2022
in
Angular 2 Routes and Forms
by
rajeshsharma
You can prevent Angular2 from auto-validating the form by using _______.
Question from Angular 2 Routes. Select the correct answer from below options:
a) novalidate
b) validate=”manual”
c) validate=”disabled”
d) form.novalidate
angular2-validation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2022
by
rajeshsharma
Correct answer is :--a) novalidate
You can prevent Angular2 from auto-validating the form by using novalidate
...