source: trip-planner-front/node_modules/@angular/material/fesm2015/form-field/testing/control.js@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 748 bytes
Line 
1import { ComponentHarness } from '@angular/cdk/testing';
2
3/**
4 * @license
5 * Copyright Google LLC All Rights Reserved.
6 *
7 * Use of this source code is governed by an MIT-style license that can be
8 * found in the LICENSE file at https://angular.io/license
9 */
10/**
11 * Base class for custom form-field control harnesses. Harnesses for
12 * custom controls with form-fields need to implement this interface.
13 */
14class MatFormFieldControlHarness extends ComponentHarness {
15}
16
17/**
18 * @license
19 * Copyright Google LLC All Rights Reserved.
20 *
21 * Use of this source code is governed by an MIT-style license that can be
22 * found in the LICENSE file at https://angular.io/license
23 */
24
25export { MatFormFieldControlHarness };
26//# sourceMappingURL=control.js.map
Note: See TracBrowser for help on using the repository browser.