+appmodule - humeur

This commit is contained in:
Hedi MJID 2022-02-26 14:33:18 +01:00
parent 9b3c02f6c1
commit e7b153e1a0
2 changed files with 103 additions and 22 deletions

View file

@ -1,22 +0,0 @@
<body>
<h2>Mon humeur :</h2>
<p><img src="{{monHumeurLien}}" *ngIf="monHumeurLien" ></p>
<p>Je modifie mon avatar :</p>
<div class="humeur" *ngFor="let humor of tabHumeur; let i=index">
<img src="{{humor.lien}}" alt="{{humor.title}}" (click)="onChoixHumeur(i)">
</div>
<div >
</div> </body>