Dependency Injection in Angular
What does “resolving a dependency“ or “dependency resolution“ mean?
It means finding and providing the requested object or service when it is needed in your application.
What are the parts of Dependency Injection process?
DI Injector
Provider