You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.1 KiB
22 lines
1.1 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import { Provider } from '@angular/core';
|
|
import { CheckboxRequiredValidator } from '@angular/forms';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider;
|
|
/**
|
|
* Validator for Material checkbox's required attribute in template-driven checkbox.
|
|
* Current CheckboxRequiredValidator only work with `input type=checkbox` and does not
|
|
* work with `mat-checkbox`.
|
|
*/
|
|
export declare class MatCheckboxRequiredValidator extends CheckboxRequiredValidator {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatCheckboxRequiredValidator, never>;
|
|
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never>;
|
|
}
|
|
|
|
//# sourceMappingURL=checkbox-required-validator.d.ts.map
|