I am trying to implement a "Today" button on the Angular Material datepicker, but it must be positioned after the content.
After reading the API, it seems that, while it is straight-forward to customize the header of the datepicker by adding [calendarHeaderComponent]="myComponent", there are no options to add or customize a footer.
I am currently trying to make it work on top of the custom header example:
https://stackblitz.com/edit/angular-3xdhb1?file=src/app/datepicker-custom-header-example.ts
Also, it seems that in this issue, a similar feature is proposed.

