page-not-found semble ok

This commit is contained in:
cecilesimplon93 2022-02-02 16:28:52 +01:00
parent 6623310501
commit 3be268bfdb
12 changed files with 110 additions and 23 deletions

View file

@ -1 +1,6 @@
<p>humeur works!</p>
<p>Mon humeur est :</p>
<p>Affichage des items du tableau des humeurs</p>
<app-emoticon> *ngFor ="let tabHumeur of tabHumeur"
[tabHumeur]="tabHumeur"></app-emoticon>

View file

@ -7,9 +7,23 @@ import { Component, OnInit } from '@angular/core';
})
export class HumeurComponent implements OnInit {
constructor() { }
constructor() {
}
ngOnInit(): void {
}
}