Implements task saving and retrieving.
This commit is contained in:
5
src/app/core/entity/task.ts
Normal file
5
src/app/core/entity/task.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Task {
|
||||
title: string;
|
||||
creationDate: Date;
|
||||
description: string;
|
||||
}
|
||||
Reference in New Issue
Block a user