angular/packages/core/primitives/di
Joey Perrott 2fcafb65c5 build: rename defaults2.bzl to defaults.bzl (#63383)
Use defaults.bzl for the common macros

PR Close #63383
2025-08-25 15:45:01 -07: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: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07: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.