diff --git a/content/roadmaps/104-angular/content/102-angular-basics/105-services.md b/content/roadmaps/104-angular/content/102-angular-basics/105-services.md index a02b5d886..a28f916e0 100644 --- a/content/roadmaps/104-angular/content/102-angular-basics/105-services.md +++ b/content/roadmaps/104-angular/content/102-angular-basics/105-services.md @@ -1 +1,6 @@ -# Services \ No newline at end of file +# Services + +Services let you define code or functionalities that are then accessible and reusable in many other components in the Angular project. It also helps you with the abstraction of logic and data that is hosted independently but can be shared across other components. + +Free Content +Services \ No newline at end of file