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

Method selected

src/material/datepicker/year-view.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 /** The currently selected date. */
87 @Input()
88 get selected(): DateRange<D> | D | null {
89 return this._selected;
90 }
91 set selected(value: DateRange<D> | D | null) {
92 if (value instanceof DateRange) {
93 this._selected = value;

Callers

nothing calls this directly

Calls 2

_setSelectedMonthMethod · 0.95
deserializeMethod · 0.45

Tested by

no test coverage detected