ng2-eonasdan-datetimepicker
ng2-eonasdan-datetimepicker copied to clipboard
Can't bind to 'options' since it isn't a known property of 'input'
Hello Team, I am getting the below issue in a form. Can't bind to 'options' since it isn't a known property of 'input'. ("m-control" a2e-datetimepicker [(ngModel)]="dateTo" [ERROR ->][options]="a2eOptions" /> <span class="input-group-addon") How can I resolve this issue.
Do you import the A2Edatetimepicker in module?
@SigmaSoftSol 👋 are you importing the A2Edatetimepicker module into the module you're using? If you can add a sample of you're module and component I'm happy to help