in src/lib/service-discovery.ts [17:20]
async discover() { this.services = await this.http.get(this.rootUrl).then(_ => _.json()) return this }