我在项目中使用ngx bootstrap datepicker
原文链接:https://www.f2er.com/angularjs/142025.html仅需要像上面的图像一样选择月份和年份
<input type="text" class="form-control" (bsValueChange)="modelChanged($event)" #dp="bsDatepicker" bsDatepicker [(bsValue)]="bsValue" [bsConfig]="{ dateInputFormat: 'YYYY-MM-DD' }" >
有没有办法像这样配置日期选择器?或建议允许此功能的任何替代日期选择器