diff --git a/components/datepicker/datepicker.component.ts b/components/datepicker/datepicker.component.ts index df495e45aa..32f7d59f92 100644 --- a/components/datepicker/datepicker.component.ts +++ b/components/datepicker/datepicker.component.ts @@ -30,7 +30,6 @@ import {YearPickerComponent} from './yearpicker.component'; [yearRange]="yearRange" [customClass]="customClass" [dateDisabled]="dateDisabled" - [templateUrl]="templateUrl" [onlyCurrentMonth]="onlyCurrentMonth" [shortcutPropagation]="shortcutPropagation" (selectionDone)="onSelectionDone($event)">