Skip to content

Commit

Permalink
Describe component scoped services
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Feb 24, 2022
1 parent 463221c commit 3720588
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions angular_patterns/patterns/component_scoped_services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Component-Scoped Services
A service is provided by a component.

## Advantage
- Higher cohesion
- Less risk of abuse

## Example
See communication via a bus.

0 comments on commit 3720588

Please sign in to comment.