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

Function getDisabledCells

src/material/datepicker/datepicker.spec.ts:1616–1618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1614
1615 it('should update the calendar when the min/max dates change', () => {
1616 const getDisabledCells = () => {
1617 return document.querySelectorAll('.mat-calendar-body-disabled').length;
1618 };
1619
1620 testComponent.date = new Date(2020, JAN, 5);
1621 fixture.changeDetectorRef.markForCheck();

Callers 1

datepicker.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected