ToDoList version1 front
This commit is contained in:
parent
ef3418b45c
commit
9287f531d2
10 changed files with 1130 additions and 1649 deletions
7
src/app/interfaces/todo.ts
Normal file
7
src/app/interfaces/todo.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export interface Todo {
|
||||
id : number,
|
||||
title : string,
|
||||
completed: boolean,
|
||||
editing: boolean
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue