That's what Angular event binding is all about. ... (focus)="myMethod()" // An element has received focus (blur)="myMethod()" // An element ...
確定! 回上一頁