1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

docs(angular): add dependencies content (#6714)

This commit is contained in:
J. Degand
2024-08-21 04:37:02 -04:00
committed by GitHub
parent 1173e7c932
commit ad3a5da811

View File

@@ -1 +1,9 @@
# Dependencies
# Dependencies
A provider is an instruction to the Dependency Injection system on how to obtain a value for a dependency. Most of the time, these dependencies are services that you create and provide.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Providing dependencies in modules](https://angular.dev/guide/ngmodules/providers)
- [@article@Providers in Angular](https://www.scaler.com/topics/angular/providers-in-angular/)
- [@article@Working with providers in Angular](https://sergeygultyayev.medium.com/working-with-providers-in-angular-eeb493151446)