GitHub package.json versionTypeScriptNPM
GitHub package.json versionTypeScriptNPM
Latest

Client

What 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:
  1. Direct Usage
  2. Joining the Angular Eagle Eye Change Stream