Options
All
  • Public
  • Public/Protected
  • All
Menu

A ng service providing PhloxAppInfo object of currently running application. In normal sense, this service may load a PhloxAppInfo object from backend to fetch user settings and configurations from the server.

author

shiorin, tee4cute

Hierarchy

  • PhloxAppInfoService

Implements

  • OnInit

Index

Constructors

constructor

Properties

Protected appInfo

appInfo: PhloxAppInfo

Private connectionManager

connectionManager: ConnectionManager

Methods

getAppInfo

  • Get PhloxAppInfo of currently running application.

    Returns Promise<PhloxAppInfo>

    A Promise which will be resolved when the PhloxAppInfo object is ready.

Protected loadAppInfo

  • Returns Promise<PhloxAppInfo>

ngOnInit

  • ngOnInit(): void
  • Returns void

reload

  • Returns Promise<PhloxAppInfo>

Generated using TypeDoc