Suggest me a Date Picker compared to Angular 5
DatePicker coming but not showing dates for the first time onloading.
only showing weeks. when I click next month arrow then it's showing properly
app.module.ts
import { NgDatepickerModule } from 'ng2-datepicker';
@NgModule({
imports: [
NgDatepickerModule
]
});
component.ts
import { DatepickerOptions } from 'ng2-datepicker';
componet.html
<ng-datepicker formControlName="callDate"></ng-datepicker>
Try using the Datepicker from ngx-bootstrap. It has a lot of configuration and it works with angular 5.