WIP config-files / Class

HttpClientConfigFileLoader

Decorators:@Injectable
Implements:ConfigFileLoader

Implementation of {@link ConfigFileLoader} based on Angular's built-in {@link HttpClient}.

Properties

NameTypeDescription
httpClient
p
HttpClient
injector
p
Injector

Methods

protected

fetch()

No documentation has been provided.

Presentation
protected fetch(path: string): Observable<string | null>;
Parameters
NameTypeDescription
path
string
Returns
Observable<string | null>

load()

implements ConfigFileLoader

No documentation has been provided.

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