MCPcopy Index your code
hub / github.com/angular/components / getMatTooltipInvalidPositionError

Function getMatTooltipInvalidPositionError

src/material/tooltip/tooltip.ts:77–79  ·  view source on GitHub ↗
(position: string)

Source from the content-addressed store, hash-verified

75 * @docs-private
76 */
77export function getMatTooltipInvalidPositionError(position: string) {
78 return Error(`Tooltip position "${position}" is invalid.`);
79}
80
81/** Injection token that determines the scroll handling while a tooltip is visible. */
82export const MAT_TOOLTIP_SCROLL_STRATEGY = new InjectionToken<() => ScrollStrategy>(

Callers 2

_getOriginMethod · 0.85
_getOverlayPositionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…