You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'multiple-date-picker'.
If 'multiple-date-picker' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
If 'multiple-date-picker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
[weekDaysOff]="[0, 3]"
[month]="myMonth"
[ERROR ->][(ngModel)]="initialCount">
The text was updated successfully, but these errors were encountered:
I had this issue too. Make sure you import "MultipleDatePickerModule" (from multiple-date-picker-angular/dist/multiple-date-picker.module) in your app,module.ts file.
The docs are not good. This is not clear...
: Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'multiple-date-picker'.
[weekDaysOff]="[0, 3]"
[month]="myMonth"
[ERROR ->][(ngModel)]="initialCount">
The text was updated successfully, but these errors were encountered: