mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
For scroll-blocking events like 'touchstart', 'touchmove', 'wheel' and 'mousewheel', if passive option is not specified when adding the event listener, browser may give a violation warning. This PR allows us to set the passive option when calling event lib's addEvent(). PR Close #58316 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| reference-manifests | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||