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 => {
Olá Valter, este erro acontece porque teve alteração no nome deste método do ThfSync. Estamos trabalhando para poder deixar o App atualizado. Para isso, você pode: utilizar a branch 1.8.0 do repositório ou alterar o package.json do App para utilizar o ThfSync e ThfStorage na versão 1.7.1 que foi publicada esta semana.
— Nicole Oliveira da Silva 19 de Jul de 2018