mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
clear
This commit is contained in:
@@ -17,6 +17,8 @@ export class ContactsService {
|
||||
loggeduser: LoginUserRespose;
|
||||
headers: HttpHeaders;
|
||||
|
||||
constacts: EventPerson[] = []
|
||||
|
||||
constructor(
|
||||
private http: HttpClient,
|
||||
user: AuthService,
|
||||
@@ -26,6 +28,10 @@ export class ContactsService {
|
||||
this.changeProfileService.registerCallback(() => {
|
||||
this.setHeader()
|
||||
})
|
||||
|
||||
this.getContacts("").subscribe( result => {
|
||||
this.constacts = result
|
||||
})
|
||||
}
|
||||
|
||||
setHeader() {
|
||||
|
||||
Reference in New Issue
Block a user