angular/packages/core/primitives
Paul Gschwendtner f2d6e59857 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:13 +00:00
..
di refactor(core): Support and document manually provided internal injections (#60347) 2025-03-14 13:40:41 +01:00
dom-navigation refactor(core): Update FakeNavigation to extract some Angular quirks (#60961) 2025-04-28 14:36:25 -07:00
event-dispatch refactor: explicitly ensure ngDevMode types are available (#61365) 2025-05-15 12:45:13 +00:00
signals refactor: update packages/core:{core,src} to ts_project (#61336) 2025-05-14 08:31:33 -07:00