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

Method nextEnabled

src/material/datepicker/calendar.ts:149–153  ·  view source on GitHub ↗

Whether the next period button is enabled.

()

Source from the content-addressed store, hash-verified

147
148 /** Whether the next period button is enabled. */
149 nextEnabled(): boolean {
150 return (
151 !this.calendar.maxDate || !this._isSameView(this.calendar.activeDate, this.calendar.maxDate)
152 );
153 }
154
155 /** Updates the labels for the various sections of the header. */
156 private _updateLabels() {

Callers 1

nextClickedMethod · 0.95

Calls 1

_isSameViewMethod · 0.95

Tested by

no test coverage detected