We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fc36d commit 06c86ffCopy full SHA for 06c86ff
src/datepicker/datepicker.component.ts
@@ -71,7 +71,7 @@ import { NG_VALUE_ACCESSOR } from "@angular/forms";
71
useExisting: DatePicker,
72
multi: true
73
}
74
- ],
+ ]
75
})
76
export class DatePicker implements OnDestroy {
77
private static datePickerCount = 0;
0 commit comments