ClientWhat is a client?A client is any resource (i.e. component, service, directives etc.) consuming the Angular Eagle Eye. A client consumes this context by:either injecting the Angular Eagle Eye's ContextService into a resource and accessing the context through service as needed. More on this here.or streaming it through a Angular Eagle Eye's StreamingService instance. More on this here.Please see specific code examples respectively in:Direct UsageJoining the Angular Eagle Eye Change Stream