Client
As of v2.0.0
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:
Applying Client Identifier
A client identifier is any arbitrary but unique name assigned by a client to a stream. It is used for identifying a client during certain operations such as memory management and optimization.
Note: Client Identifiers are a mandatory aspect of the StreamService provisioning. Consider: maintaininig uniqueness of IDs by assigning to its clientId configuration property either an identical or a stylized version of the client's name. See this example
Please see specific code examples respectively in:
