Problem Statement
What does a UML Component diagram emphasize in system design?
Explanation
Component diagrams show modules, the interfaces they expose, and the dependencies they consume.
This helps define clean boundaries and plan team ownership and versioned APIs.
Code Solution
SolutionRead Only
AuthService provides IAuth; API requires IAuth
