WIP config-files / Class

ConfigFileLoader

Decorators:@Injectable

No documentation has been provided.

Methods

abstract

load()

No documentation has been provided.

Presentation
abstract load(def: ConfigFileDefinition<T, Schema>): Observable<T>;
Parameters
NameTypeDescription
def
ConfigFileDefinition<T, Schema>
Returns
Observable<T> -

an observable that:

  • starts loading the configuration file according to the given definition
  • emits the parsed configuration object
  • completes after its first emission
  • cancels the loading on unsubscribe before value emission
Overload #1

No documentation has been provided.

Presentation
abstract load(def: ConfigFileDefinition<T, Schema>): Observable<T>;
Parameters
NameTypeDescription
def
ConfigFileDefinition<T, Schema>
Returns
Observable<T> -

an observable that:

  • starts loading the configuration file according to the given definition
  • emits the parsed configuration object
  • completes after its first emission
  • cancels the loading on unsubscribe before value emission