Search
Preparing search index...
The search index is not available
Quiver-Framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ClassProvider
Class ClassProvider
Class provider that will return new instance of required type upon any request.
author
Jānis Radiņš
Hierarchy
ClassProvider
Implements
InjectionValueProvider
Index
Constructors
constructor
Properties
type
Methods
get
Provider
Value
Constructors
constructor
new
Class
Provider
(
injector
:
Injector
, type
:
Type
<
any
>
)
:
ClassProvider
Parameters
injector:
Injector
type:
Type
<
any
>
Returns
ClassProvider
Properties
type
type
:
Type
<
any
>
Methods
get
Provider
Value
get
Provider
Value
(
)
:
any
Returns
any
Globals
Class
Provider
constructor
type
get
Provider
Value
Class provider that will return new instance of required type upon any request.
Jānis Radiņš