Project

General

Profile

1
/**
2
 * @whatItDoes Adds `novalidate` attribute to all forms by default.
3
 *
4
 * `novalidate` is used to disable browser's native form validation.
5
 *
6
 * If you want to use native validation with Angular forms, just add `ngNativeValidate` attribute:
7
 *
8
 * ```
9
 * <form ngNativeValidate></form>
10
 * ```
11
 *
12
 * @experimental
13
 */
14
export declare class NgNoValidate {
15
}
(14-14/24)