commit
f284206787
11 changed files with 115 additions and 53 deletions
|
|
@ -14,6 +14,7 @@ export class FicheContactComponent implements OnInit {
|
|||
ngOnInit(): void {}
|
||||
|
||||
onClickDelete(numPerson: number){
|
||||
window.alert("Le contact à bien été supprimé!")
|
||||
this.clickDelete.emit(numPerson);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue