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

Method activeDate

src/material/datepicker/multi-year-view.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 /** The date to display in this multi-year view (everything other than the year is ignored). */
72 @Input()
73 get activeDate(): D {
74 return this._activeDate;
75 }
76 set activeDate(value: D) {
77 let oldActiveDate = this._activeDate;
78 const validDate =

Callers

nothing calls this directly

Calls 4

_initMethod · 0.95
isSameMultiYearViewFunction · 0.85
deserializeMethod · 0.45
todayMethod · 0.45

Tested by

no test coverage detected