angular/packages/core/primitives/di
iteriani 69b688c7d1 refactor(core): Add an additional check for the name field for NotFoundError (#60322)
Inside g3, instanceof checks will fail. Instead, check the name field.

PR Close #60322
2025-03-18 15:05:52 +01:00
..
src refactor(core): Add an additional check for the name field for NotFoundError (#60322) 2025-03-18 15:05:52 +01:00
BUILD.bazel refactor(core): Move getCurrentInjector/setCurrentInjector to primitives package. (#60090) 2025-02-28 18:47:08 +00:00
index.ts refactor(core): Move getCurrentInjector/setCurrentInjector to primitives package. (#60090) 2025-02-28 18:47:08 +00:00
README.md

Angular Dependency Injection

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