Add search form for name, phonenumber and account address.
This commit is contained in:
@@ -176,4 +176,10 @@ export class UserService {
|
||||
this.accounts = [];
|
||||
this.accountsList.next(this.accounts);
|
||||
}
|
||||
|
||||
searchAccountByName(name: string): any { return; }
|
||||
|
||||
searchAccountByPhone(phoneNumber: string): any { return; }
|
||||
|
||||
searchAccountByAddress(address: string): any { return; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user