angular/packages/core/primitives
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
..
di refactor(core): Return NOT_FOUND for retrieve instead of null (#60358) 2025-03-27 19:39:59 +00:00
dom-navigation refactor(core): Update FakeNavigation to extract some Angular quirks (#60961) 2025-04-28 14:36:24 -07:00
event-dispatch refactor: explicitly ensure ngDevMode types are available (#61365) 2025-05-15 12:45:12 +00:00
signals refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00