【发布时间】:2020-10-14 04:22:29
【问题描述】:
当用户在 MatDateRangePicker 中选择日期范围时,我正在尝试运行一个函数。 https://material.angular.io/components/datepicker/api
这里是堆栈闪电战https://stackblitz.com/edit/angular-gxbc8x?file=src/app/date-range-picker-overview-example.html
但是没有任何反应,选择日期范围时不会触发任何事件。用户选择日期范围时如何附加 hello() 函数?
【问题讨论】:
标签: angular events mat-datepicker