Bom dia,
Estou utilizando o projeto de referência para app mobile disponível no link https://github.com/devtotvs/thf-conference-sample
Fiz a instalação e ao executar o app ocorre o seguinte erro:
Typescript Error Property 'getHttpResponses' does not exist on type 'ThfSyncService'. .../thf-conference-sample-master/thf-sample-app-conference/src/app/app.component.ts private getResponses() { this.thfSync.getHttpResponses().subscribe(thfHttpClientResponse => {
Typescript Error Property 'getHttpResponses' does not exist on type 'ThfSyncService'. ...nce-sample-master/thf-sample-app-conference/src/pages/signup/signup.component.ts private httpCommandEvents() { this.thfSync.getHttpResponses().subscribe(thfHttpClientResponse => {