services
The current service context, an instance of ServiceContext.
readonly
readonly services: ServiceContext
Notes
- This object contains all current service instances, and provides methods to observe any changes.
Note
To add a service to the application, use the app.addService() method instead.
Related
- class GlobalContextA singleton class that represents the global application state.