Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigurationService

Hierarchy

  • ConfigurationService

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _config

The current used configuration

Private http

http: Http

Private logger

logger: Logger

Accessors

misc

restApi

storageApi

Static DEFAULT_CONFIG

Methods

Private get

  • get<T>(field: string): T
  • Returns a copy of the T configuration in {field}

    Type parameters

    • T

    Parameters

    • field: string

      the field identifier of the configuration for T

    Returns T

    if not null. DEFAULT_CONFIG[field] otherwise

getUrl