angular/packages/core/primitives/event-dispatch/src
Paul Gschwendtner ff62ff1793 refactor: explicitly ensure ngDevMode types are available (#61365)
This commit adds an import to the `ng_dev_mode.ts` file that augments
`global` to have types for `ngDevMode`.

Notably this change is currently not needed because the file is loaded
by `ts_library` through `tsconfig#files`— but in a separate PR we are
switching the target to `ts_project` which no longer loads all Bazel
dependency files via `tsconfig#files`; resulting in the ambient types no
longer magically being available.

PR Close #61365
2025-05-15 12:45:12 +00:00
..
a11y_click.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
action_resolver.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
attribute.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
bootstrap_app_scoped.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
bootstrap_global.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
cache.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
char.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
dispatcher.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
earlyeventcontract.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event.ts fix(platform-browser): Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690) 2025-01-27 10:28:58 +01:00
event_contract_container.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_contract_defines.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_dispatcher.ts refactor: explicitly ensure ngDevMode types are available (#61365) 2025-05-15 12:45:12 +00:00
event_handler.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_info.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_type.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
eventcontract.ts fix(core): prevent errors on contract cleanup (#58614) 2024-11-12 17:25:50 +00:00
key_code.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
property.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
restriction.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00