getConfig() {
  return this.http.get(this.configUrl)
    .pipe(
      catchError(this.handleError)
    );
}