Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 454 Bytes

ToDoChanges.md

File metadata and controls

25 lines (15 loc) · 454 Bytes

List of changes to the ToDo Application by step

Step 1

Lesson

  • See the basic construction of an Angular application

Changes

  • Changed index.html to use Bootstrap
  • Added title
  • Changed to app.component.html to be basic template

Step 2

Lesson

  • Build a backend server with json-server

Changes