commentaires (fin) j'espère!
This commit is contained in:
parent
f7a657fddd
commit
4d8f138c60
@ -50,7 +50,7 @@ export class ToDoListComponent implements OnInit {
|
||||
//ajouter tache par l'id de son parent todoList
|
||||
addTache(idTodoList: number) {
|
||||
//idTodoList id que la todoList que l'on récupère
|
||||
console.log(idTodoList);
|
||||
//console.log(idTodoList);
|
||||
//permet de construire l'objet à passer en base
|
||||
const tache: Tache = {
|
||||
id: 0,
|
||||
|
@ -6,5 +6,7 @@ export interface Tache {
|
||||
id : number,
|
||||
texte: string,
|
||||
etat : boolean,
|
||||
editing : boolean
|
||||
editing : boolean// editing n'existe pas dans la BDD,
|
||||
//c'est juste un état dont on a besoin dans le front pour pouvoir transformer les tâches et
|
||||
// le titre des todo en input
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user