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

Method activeDate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

_initMethod · 0.95
deserializeMethod · 0.45
todayMethod · 0.45
getYearMethod · 0.45

Tested by

no test coverage detected