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

Method selected

src/material/datepicker/month-view.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 /** The currently selected date. */
106 @Input()
107 get selected(): DateRange<D> | D | null {
108 return this._selected;
109 }
110 set selected(value: DateRange<D> | D | null) {
111 if (value instanceof DateRange) {
112 this._selected = value;

Callers

nothing calls this directly

Calls 2

_setRangesMethod · 0.95
deserializeMethod · 0.45

Tested by

no test coverage detected