UNPKG

@angular/material

Version:
13 lines (10 loc) 554 B
import { InjectionToken } from '@angular/core'; /** * This token is used to inject the object whose value should be set into `MatInput`. If none is * provided, the native `HTMLInputElement` is used. Directives like `MatDatepickerInput` can provide * themselves for this token, in order to make `MatInput` delegate the getting and setting of the * value to them. */ const MAT_INPUT_VALUE_ACCESSOR = new InjectionToken('MAT_INPUT_VALUE_ACCESSOR'); export { MAT_INPUT_VALUE_ACCESSOR as M }; //# sourceMappingURL=input-value-accessor-16c2d528.mjs.map