首页 > 解决方案 > 在角度材料2中将工具提示添加到mat datepicker

问题描述

需要在 mat-datepicker 中为特定日期添加 mat 工具提示。

https://stackblitz.com/edit/mat-date-tooltip?file=app%2Fdatepicker-start-view-example.ts

我尝试使用此代码,但 document.querySelectorAll(".endDate .mat-calendar-content[ng-reflect-ng-switch='month']"); 正在返回空数组

https://stackblitz.com/edit/mat-date-tooltip?file=app%2Fdatepicker-start-view-example.ts

标签: angular-material

解决方案


推荐阅读