angular/packages/core/primitives/di/README.md
iteriani 8b757bf35c refactor(core): Check in some interfaces for the DI package (#59921)
This will be the starting point of the DI package. We will first check in some interfaces and then make sure the existing DI package implements that interface. Afterwards, we'll slowly start moving injector implementation.

PR Close #59921
2025-02-13 20:19:29 +00:00

120 B

Angular Dependency Injection

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