Improve search page

This commit is contained in:
2021-02-08 17:10:01 +01:00
parent 731040a0fb
commit 9b0b16902f
3 changed files with 3 additions and 1 deletions
@@ -28,6 +28,7 @@ export class SenderPage implements OnInit {
getSender(){
this.ContactsService.getContacts("").subscribe(res=>{
this.contacts = res;
this.showContacts = res
});
}