mise a jour wend
This commit is contained in:
parent
0516b99866
commit
76f26627bd
19 changed files with 185 additions and 76 deletions
22
src/app/components/humeur/humeur.component.html
Normal file
22
src/app/components/humeur/humeur.component.html
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
<div>
|
||||
|
||||
<h2>Mon humeur :</h2>
|
||||
|
||||
|
||||
|
||||
|
||||
<p><img src="{{monHumeurLien}}" alt="{{monHumeurTitle}}" *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> </div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue