LoginSignup
0
0

More than 1 year has passed since last update.

htmlで指定するinputタグのイベントハンドラのJavaScriptとAngularの比較

Posted at

はじめに

inputタグで使えるイベントハンドラがJavaScriptとAngularどちらかによって異なる。TypeScriptはJavaScriptとほぼ同じように実装でき、本件についてはまったく同じである。

実装方法

JavaScriptとAngularの比較と、実際に動くコードを書いた。

htmlで指定するinputタグのイベントハンドラの比較

クリック 入力
JS/TS onclick oninput
Angular (click) (input)

JavaScript

See the Pen inputタグのイベントハンドラ by C (@shinobear01) on CodePen.

Angular

おわりに

htmlからinputタグで使えるイベントハンドラのJavaScriptとAngularの比較した。
違いについて戸惑うことなく使えるようにしたい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0