-
Notifications
You must be signed in to change notification settings - Fork 35
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
Getting Error: Supplied parameters do not match any signature of call target #11
Comments
+1 ??!! |
Same error after |
The author is unresponsive and that's a pity. I'm gonna fork the project if the license allows it. |
Hi guys |
[style.background-color]="getColor()" : this line gives the error on ng build --prod if you give it a parameter it works perfectly |
"angular2-ui-switch": "1.2.0",
When upgrade to angular 4 and
angular\cli 1.0.0
getting this error when compiling with AOT:ERROR in ng:///C:/ProjentName/node_modules/angular2-ui-switch/src/ui-switch.component.ts.UiSwitchComponent.html (8,3): Supplied parameters do not match any signature of call target.
Seems that there is no match between calling method from html, and signature of the method in the component.
The text was updated successfully, but these errors were encountered: