import * as i0 from "@angular/core"; /** * @description * * Adds `novalidate` attribute to all forms by default. * * `novalidate` is used to disable browser's native form validation. * * If you want to use native validation with Angular forms, just add `ngNativeValidate` attribute: * * ``` *
* ``` * * @publicApi * @ngModule ReactiveFormsModule * @ngModule FormsModule */ export declare class ɵNgNoValidate { static ɵfac: i0.ɵɵFactoryDeclaration<ɵNgNoValidate, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ɵNgNoValidate, "form:not([ngNoForm]):not([ngNativeValidate])", never, {}, {}, never, never, false, never>; } export { ɵNgNoValidate as NgNoValidate }; declare const ɵNgNoValidate_Listeners:[]; declare const ɵNgNoValidate_Properties:[];