I want to know what type of UML diagram can be used to show how components are interacting in Angular application.
Suppose i have Component A, and Component B. These both components talk through a Shared Service C, which means that Component A and Component B has dependency on Shared Service C.
I want to document this dependency using UML diagram.
