MCPcopy Create free account
hub / github.com/angular/components / _open

Method _open

src/material/timepicker/timepicker-toggle.ts:87–92  ·  view source on GitHub ↗

Opens the connected timepicker.

(event: Event)

Source from the content-addressed store, hash-verified

85
86 /** Opens the connected timepicker. */
87 protected _open(event: Event): void {
88 if (this.timepicker() && !this._isDisabled()) {
89 this.timepicker().open();
90 event.stopPropagation();
91 }
92 }
93
94 /**
95 * Checks for ariaLabelledby and if empty uses custom

Callers

nothing calls this directly

Calls 2

_isDisabledMethod · 0.80
openMethod · 0.65

Tested by

no test coverage detected