From 3e1779835944dcdeb53b256b6f37227a65f118ae Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Jun 2017 17:35:33 -0400 Subject: [PATCH] lesson list --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d0bb35 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Lessons + +1. Video: Quick intro to SPAs and Push state +1. Lecture/Demo: What is a SPA? +1. Lecture/Demo: What is Push State? +1. Lesson: What is routing? +1. Lesson/Code-along: Routing in Angular +1. Lesson/Code-along: URL Params +1. Lesson/Code-along: Nesting +1. Lesson: Summary +1. Lesson/Demo: APIs +1. Code-along: APIs +1. Lesson/Code-along: AJAX/Routing +1. Lesson: Summary +1. Code-along: Checkpoint!