input-value-accessor-D1GvPuqO.mjs 554 B

123456789101112
  1. import { InjectionToken } from '@angular/core';
  2. /**
  3. * This token is used to inject the object whose value should be set into `MatInput`. If none is
  4. * provided, the native `HTMLInputElement` is used. Directives like `MatDatepickerInput` can provide
  5. * themselves for this token, in order to make `MatInput` delegate the getting and setting of the
  6. * value to them.
  7. */
  8. const MAT_INPUT_VALUE_ACCESSOR = new InjectionToken('MAT_INPUT_VALUE_ACCESSOR');
  9. export { MAT_INPUT_VALUE_ACCESSOR as M };
  10. //# sourceMappingURL=input-value-accessor-D1GvPuqO.mjs.map