"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.