File

src/app/todo/todo.model.ts

Index

Properties

Properties

completed
Type : boolean
endDate
Type : string
id
Type : string
notes
Type : string
startDate
Type : string
title
Type : string
export class Todo {
  id: string;
  title: string;
  notes: string;
  startDate: string;
  endDate: string;
  completed: boolean;
}

result-matching ""

    No results matching ""