From ad3a5da811767eaa5240c38a73b02f45e1d92edd Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:37:02 -0400 Subject: [PATCH] docs(angular): add dependencies content (#6714) --- .../content/dependencies@5b590c7s-2XJ0rgdCYxLa.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/dependencies@5b590c7s-2XJ0rgdCYxLa.md b/src/data/roadmaps/angular/content/dependencies@5b590c7s-2XJ0rgdCYxLa.md index e482fab7c..2ddc93a39 100644 --- a/src/data/roadmaps/angular/content/dependencies@5b590c7s-2XJ0rgdCYxLa.md +++ b/src/data/roadmaps/angular/content/dependencies@5b590c7s-2XJ0rgdCYxLa.md @@ -1 +1,9 @@ -# Dependencies \ No newline at end of file +# 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) \ No newline at end of file