@angular/material
Version:
Angular Material
33 lines (29 loc) • 1.02 kB
JavaScript
import { __extends } from 'tslib';
import { ComponentHarness } from '@angular/cdk/testing';
/**
* @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
*/
/**
* Base class for custom form-field control harnesses. Harnesses for
* custom controls with form-fields need to implement this interface.
*/
var MatFormFieldControlHarness = /** @class */ (function (_super) {
__extends(MatFormFieldControlHarness, _super);
function MatFormFieldControlHarness() {
return _super !== null && _super.apply(this, arguments) || this;
}
return MatFormFieldControlHarness;
}(ComponentHarness));
/**
* @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
*/
export { MatFormFieldControlHarness };
//# sourceMappingURL=control.js.map