Angular 2 Tutorial - 10 - Event Binding and References

preview_player
Показать описание

📱 Follow Codevolution

Event Binding in Angular 2.

References in Angular 2.

Angular 2 | Angular 2 Tutorial | Angular 2 Tutorial for Beginners | Event Binding in Angular 2 | References in Angular 2
Рекомендации по теме
Комментарии
Автор

Thanks. Excellent. I receive a error with this code. In Shell appear: parameter implicitly has an 'any' . Can you help me????

AngelDiazFUTURO
Автор

hello, in event
onclick(value)
{
console.log(value);
}
im getting the right output in browser, but in editor it is giving red line under value argument.
and the error says
"[ts] Parameter 'value' implicitly has an 'any' type. (parameter) value: any"
I think that means that i havnt specified the argument type, but in your case there is no
please explain

hellonishant