Docs (4.0.0)
class GlobalContext property

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