fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
250 stars 255 forks source link

Angular 8 ViewChild error #191

Closed heikopiirme closed 5 years ago

heikopiirme commented 5 years ago

ERROR in ../node_modules/ngx-daterangepicker/src/ngx-daterangepicker/ngx-daterangepicker.component.ts:69:6 - error TS2554: Expected 2 arguments, but got 1.

69 @ViewChild('fromInput') fromInput: ElementRef;



The static option in ViewChild is mandatory as of right now. 
heikopiirme commented 5 years ago

Im stupid

Henryisthebest commented 4 years ago

@heikopiirme - how did you fix it?