console.log deleted
This commit is contained in:
parent
0a60c1d047
commit
4b940d046f
1 changed files with 1 additions and 3 deletions
|
|
@ -18,9 +18,7 @@ export class ContactDeleteComponent {
|
||||||
private sharedService: SharedService,
|
private sharedService: SharedService,
|
||||||
private firebaseService: FirebaseService,
|
private firebaseService: FirebaseService,
|
||||||
private router: Router
|
private router: Router
|
||||||
) {
|
) {}
|
||||||
console.log(this.sharedService.isEditContactDialogOpen);
|
|
||||||
}
|
|
||||||
|
|
||||||
deleteContact() {
|
deleteContact() {
|
||||||
this.firebaseService.deleteUser(this.currentUserId);
|
this.firebaseService.deleteUser(this.currentUserId);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue