Search
Preparing search index...
The search index is not available
Home
Context
Class Context
Hierarchy
Context
Index
Constructors
constructor
Properties
error$
services
Methods
attach
destroy
Constructors
constructor
new
Context
(
services
:
{
networkService
:
NetworkService
;
stateService
:
StateService
;
walletService
:
WalletService
}
)
:
Context
Parameters
services:
{
networkService
:
NetworkService
;
stateService
:
StateService
;
walletService
:
WalletService
}
network
Service
:
NetworkService
state
Service
:
StateService
wallet
Service
:
WalletService
Returns
Context
Properties
Readonly
error$
error$
:
ErrorSubject
= new ErrorSubject()
Readonly
services
services
:
{
networkService
:
NetworkService
;
stateService
:
StateService
;
walletService
:
WalletService
}
Type declaration
network
Service
:
NetworkService
state
Service
:
StateService
wallet
Service
:
WalletService
Methods
attach
attach<T>
(
service
:
T
)
:
void
Type parameters
T
:
Service
Parameters
service:
T
Returns
void
destroy
destroy
(
)
:
void
Returns
void
Globals
Context
constructor
error$
services
attach
destroy