angular/goldens/public-api
Yong Su 2aa9f8b071 refactor(core): allow passing passive option to addEvent (#58316)
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
2024-10-24 17:49:26 -07:00
..
animations build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
common feat(common): disable keyvalue sorting using null compareFn (#57487) 2024-10-16 18:18:19 +00:00
compiler-cli feat(compiler-cli): 'strictStandalone' flag enforces standalone (#57935) 2024-09-26 14:22:24 -07:00
core refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
elements build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
forms Revert "feat(forms): add ability to clear a FormRecord (#50750)" (#58315) 2024-10-22 14:04:45 -07:00
localize feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
platform-browser feat(core): Add incremental hydration public api (#58249) 2024-10-22 09:37:31 -07:00
platform-browser-dynamic build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
platform-server refactor(platform-server): remove HttpClientModule import (#58016) 2024-09-30 13:41:48 -07:00
router fix(router): remove setter for injector on OutletContext (#58343) 2024-10-24 16:41:04 -07:00
service-worker feat(service-worker): allow specifying maxAge for entire application (#49601) 2024-10-22 07:45:21 -07:00
upgrade refactor(upgrade): update API golden. (#58169) 2024-10-15 16:05:14 +00:00
manage.js ci: complete migration to prettier formatting (#55580) 2024-04-29 14:00:16 -07:00