v1/src/angular_compiler/analyzer/di/providers library
Classes
- ProviderElement
- 
  A statically parsed Provider.
- ProviderReader
- 
  Support for reading and parsing constant Providers into data structures.
- UseClassProviderElement
- 
  A statically parsed Providerthat describes a new class instance.
- UseExistingProviderElement
- 
  A statically parsed Providerthat redirects one token to another.
- UseFactoryProviderElement
- 
  A statically parsed Providerthat describes a function invocation.
- UseValueProviderElement
- 
  A statically parsed Providerthat describes a constant expression.
Exceptions / Errors
- InvalidFactoryException
- 
  Thrown when a non-factory value is attached to a FactoryProvider.
- NullFactoryException
- 
  Thrown when a value of nullis read forFactoryProvider.
- NullTokenException
- 
  Thrown when a value of nullis read for a provider token.
- UnsupportedProviderException