Don't catch error in angular html template

前端 未结 0 1431
伪装坚强ぢ
伪装坚强ぢ 2021-01-29 18:45

I have a method:

public me(a: number, b: string): void {
   b.toLowerCase();
}

in html template:

(click)="me(2)"
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题