Skip to content

multiple-date-picker not working #20

@vineethinno

Description

@vineethinno

: Error: Template parse errors:
Can't bind to 'ngModel' since it isn't a known property of 'multiple-date-picker'.

  1. If 'multiple-date-picker' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
  2. If 'multiple-date-picker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
    [weekDaysOff]="[0, 3]"
    [month]="myMonth"
    [ERROR ->][(ngModel)]="initialCount">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions