mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve search page
This commit is contained in:
@@ -28,6 +28,7 @@ export class SenderPage implements OnInit {
|
||||
getSender(){
|
||||
this.ContactsService.getContacts("").subscribe(res=>{
|
||||
this.contacts = res;
|
||||
this.showContacts = res
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user