What are the components of interaction?
The Six Components of Social Interactions: Actor, Partner, Relation, Activities, Context, and Evaluation.
What is a component in Angular?
Components are the most basic UI building block of an Angular app. An Angular app contains a tree of Angular components. Angular components are a subset of directives, always associated with a template. Unlike other directives, only one component can be instantiated for a given element in a template.