This is an Angular 4+ port of ngComboDatepicker, an AngularJS directive for selecting dates using combo boxes.
npm i ngx-combo-datepicker --save
import { ComboDatepickerModule } from 'ngx-combo-datepicker';
@NgModule({
imports: [ ComboDatepickerModule]
})
<ngx-combo-datepicker></ngx-combo-datepicker>
For more info, check out the documentation and demos.