mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3fd69d7ab4
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
Angular Dependency Injection
This directory contains the code which powers Angular's dependency injection primitive.