Hi Mehmood,
Thank you for contacting Syncufsion support.
We have analyzed the reported issue “Can't bind to 'allowEdit' since it isn't a known property of 'ejs-datepicker’” and this issue usually occurs if the DatePickerModule was not imported in the module.ts file.
So please check if the DatePickerModule is properly imported in the app.module.ts file as given in the below code.
@NgModule({
imports: [HttpModule, JsonpModule, BrowserModule,TimePickerModule, DatePickerModule],
declarations: [DataBindingDropDownListComponent],
bootstrap: [DataBindingDropDownListComponent]
})
For your reference, we have prepared a sample with Datepicker component and is available in the following link.
Please check this and let us know if you have any further concerns.
Regards,
Deepa L.