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

后端 未结 8 1925
小蘑菇
小蘑菇 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:05

    The Angular version of the Angular UI Bootstrap library has a date range selector, you can check out that. I am using it in my projects.

    https://ng-bootstrap.github.io/#/components/datepicker/examples

提交回复
热议问题