DependencyFactory is a function signature that produces an instance that depends on a set of
other services. The type is generic over a few parameters:
Type Parameters
Type
type the factory produces
Dependencies
the services this factory function depends on
Initialextendsboolean
true if the initialValue passed to the factory must be defined
DependencyFactory is a function signature that produces an instance that depends on a set of other services. The type is generic over a few parameters: