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

Function opened

src/material/datepicker/datepicker-base.ts:498–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

496 /** Whether the calendar is open. */
497 @Input({transform: booleanAttribute})
498 get opened(): boolean {
499 return this._opened;
500 }
501 set opened(value: boolean) {
502 if (value) {
503 this.open();

Callers

nothing calls this directly

Calls 2

openMethod · 0.65
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…