Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AoT 1.1.16-7 ng2-bootstrap/timepicker/timepicker.component.ngfactory.ts:651:35: Supplied parameters do not match any signature of call target. #1363

Closed
philjones88 opened this issue Dec 20, 2016 · 0 comments

Comments

@philjones88
Copy link
Contributor

seems to error with:

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:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant