Angular 9 tutorial in Hindi #7 click event

preview_player
Показать описание
in this angular 9 tutorial, we learn how we can use click event and how we can call a function on click event in the Hindi language

find full angular 9 tutorials playlist :

Checkout and subscribe our new channel for technical news
Рекомендации по теме
Комментарии
Автор

Checkout and subscribe our new channel for technical news

codestepbystep
Автор

button click par mere action perform nhi ho rha

DanishAli-jgjc
Автор

on Button click not getting the result
<button (click)="clickmeEvent(10, 20)">click me </button>

public clickmeEvent(c, d){
alert (c+d);

}

PriyanshuPandeypriyanshu