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