angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.

Home Page:https://pub.dev/packages/angular_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DateRangeEditorComponent unknown popupHandle input

karelric opened this issue · comments

DateRangeEditorComponent has an unknown input or directive in material-calendar-picker component. I look in whole project (angular_components) and there is not any input or directive with that name.

<material-calendar-picker class="picker calendar"
    [showhide]="!showMonthSelector"
    *ngIf="isCalendarCreated"
    [(state)]="model.calendar.value"
    [popupHandle]="popupHandle"
    [minDate]="minDate"
    [maxDate]="maxDate"
    [allowHighlightUpdates]="allowHighlightUpdates"
    [compact]="compact"
    [movingStartMaintainsLength]="movingStartMaintainsLength"
    (visibleMonth)="onVisibleMonthChange"
    mode="date-range">
</material-calendar-picker>