control.mjs 344 B

1234567891011
  1. import { ComponentHarness } from '@angular/cdk/testing';
  2. /**
  3. * Base class for custom form-field control harnesses. Harnesses for
  4. * custom controls with form-fields need to implement this interface.
  5. */
  6. class MatFormFieldControlHarness extends ComponentHarness {
  7. }
  8. export { MatFormFieldControlHarness };
  9. //# sourceMappingURL=control.mjs.map