LoginSignup
11
8

More than 5 years have passed since last update.

Angularでスクロールイベントを検知する(Angular2,4,5)

Posted at

Clickイベントはよく使うので、すぐに検索したら見つかるが、スクロールはめったに使わないのでなかなか検索しても出てきません。
実はかなり簡単にとれます。

<div (scroll)="scrollEvent($event)"></div>

実は (scroll) でとれます。

11
8
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
11
8