Merge pull request #28 from AlineRinquin/aline

Aline
This commit is contained in:
AlineRinquin 2022-02-15 15:39:14 +01:00 committed by GitHub
commit f284206787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 115 additions and 53 deletions

View file

@ -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);
}
}