Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ _clearPreview
Method
_clearPreview
src/material/datepicker/month-view.ts:620–623 ·
view source on GitHub ↗
Clears out preview state.
()
Source
from the content-addressed store, hash-verified
618
619
/** Clears out preview state. */
620
private _clearPreview() {
621
this._previewStart.set(null);
622
this._previewEnd.set(null);
623
}
624
}
Callers
3
ngOnChanges
Method · 0.95
_dateSelected
Method · 0.95
_handleCalendarBodyKeydown
Method · 0.95
Calls
1
set
Method · 0.80
Tested by
no test coverage detected