angular/packages/core/primitives/di
Joey Perrott cbc258eec8 build: remove ts_project_interop infrastructure (#62908)
Remove the interop macros and final usages

PR Close #62908
2025-07-31 09:12:58 +00:00
..
src refactor(core): Make it so that injecting with just a token guarantees an instance of the type provided. (#62338) 2025-06-30 12:06:02 +00:00
BUILD.bazel build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
index.ts refactor(core): Add Constructor type to injection types (#62265) 2025-06-26 15:55:23 +00:00
README.md refactor(core): Check in some interfaces for the DI package (#59921) 2025-02-13 20:19:29 +00:00

Angular Dependency Injection

This directory contains the code which powers Angular's dependency injection primitive.