You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at /Users/phil/Documents/Projects/aot/node_modules/ng2-bootstrap/timepicker/timepicker.component.ngfactory.ts:651:35: Supplied parameters do not match any signature of call target.
Error at /Users/phil/Documents/Projects/aot/node_modules/ng2-bootstrap/timepicker/timepicker.component.ngfactory.ts:669:35: Supplied parameters do not match any signature of call target.
Looking in the generated files, it seems to be these lines:
seems to error with:
Looking in the generated files, it seems to be these lines:
const pd_sub_2:any = ((<any>this.context.hoursOnBlur($event)) !== false);
and
const pd_sub_2:any = ((<any>this.context.minutesOnBlur($event)) !== false);
So the hoursOnBlur and minutesOnBlur seem wrong?
https://github.com/valor-software/ng2-bootstrap/blob/development/src/timepicker/timepicker.component.ts#L193
Has no parameter?
https://github.com/valor-software/ng2-bootstrap/blob/development/src/timepicker/timepicker.component.ts#L41
Has a parameter?
The text was updated successfully, but these errors were encountered: