@angular/core

Injector

Class

Concrete injectors implement this interface. Injectors are configured with providers that associate dependencies of various types with injection tokens.

abstract class Injector {
}
Jump to details