PARA EVITAR A DUPLICIDADE DOS DADOS AO BUSCAR NO ANGULAR BASTA LIMPAR A LISTA ANTES DO FOR this.lista = []; GERALMENTE COLOCO ASSIM if(data['result'] == '0') { this.ionViewWillEnter(); }else{ this.clientes = []; for(let item of data['result']){ this.clientes.push(item); } }