How to pick date range in angular material 5.0.0 with datepicker?

后端 未结 8 1924
小蘑菇
小蘑菇 2021-02-02 09:52

I am using the latest Angular Material 5.0.0-rc0 in my Angular 5 app. I am trying to select a range of dates with the datepicker provided with Angular

相关标签:
8条回答
  • 2021-02-02 10:24

    There's currently no possible way to select a range of dates, although there's an issue requesting so.

    0 讨论(0)
  • 2021-02-02 10:29

    It is even not possible in Angular Material 7.0.0. There are different plugins to do so. I came up with ngx-aaa-datepicker. It worked for me.

    You can check this out in NPM

    0 讨论(0)
提交回复
热议问题