From fa9e48dd90287ec1ef2abe1f543a4b25c9cfdd1e Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 26 Jun 2017 20:21:23 -0400 Subject: [PATCH] moving stuff to day2 --- README.md => day2/README.md | 0 nesting.md => day2/nesting.md | 0 {router => day2/router}/.angular-cli.json | 0 {router => day2/router}/.editorconfig | 0 {router => day2/router}/.gitignore | 0 {router => day2/router}/README.md | 0 {router => day2/router}/e2e/app.e2e-spec.ts | 0 {router => day2/router}/e2e/app.po.ts | 0 {router => day2/router}/e2e/tsconfig.e2e.json | 0 {router => day2/router}/karma.conf.js | 0 {router => day2/router}/package.json | 0 {router => day2/router}/protractor.conf.js | 0 .../router}/src/app/about/about-routing.module.ts | 0 .../router}/src/app/about/about.component.css | 0 .../router}/src/app/about/about.component.html | 0 .../router}/src/app/about/about.component.spec.ts | 0 .../router}/src/app/about/about.component.ts | 0 .../router}/src/app/app-routing.module.ts | 0 {router => day2/router}/src/app/app.component.css | 0 {router => day2/router}/src/app/app.component.html | 0 .../router}/src/app/app.component.spec.ts | 0 {router => day2/router}/src/app/app.component.ts | 0 {router => day2/router}/src/app/app.module.ts | 0 .../router}/src/app/career/career.component.css | 0 .../router}/src/app/career/career.component.html | 0 .../router}/src/app/career/career.component.spec.ts | 0 .../router}/src/app/career/career.component.ts | 0 .../src/app/early-life/early-life.component.css | 0 .../src/app/early-life/early-life.component.html | 0 .../src/app/early-life/early-life.component.spec.ts | 0 .../src/app/early-life/early-life.component.ts | 0 .../router}/src/app/links/links.component.css | 0 .../router}/src/app/links/links.component.html | 0 .../router}/src/app/links/links.component.spec.ts | 0 .../router}/src/app/links/links.component.ts | 0 {router => day2/router}/src/app/resume/jobs.ts | 0 .../router}/src/app/resume/resume.component.css | 0 .../router}/src/app/resume/resume.component.html | 0 .../router}/src/app/resume/resume.component.spec.ts | 0 .../router}/src/app/resume/resume.component.ts | 0 {router => day2/router}/src/assets/.gitkeep | 0 .../router}/src/environments/environment.prod.ts | 0 .../router}/src/environments/environment.ts | 0 {router => day2/router}/src/favicon.ico | Bin {router => day2/router}/src/index.html | 0 {router => day2/router}/src/main.ts | 0 {router => day2/router}/src/polyfills.ts | 0 {router => day2/router}/src/styles.css | 0 {router => day2/router}/src/test.ts | 0 {router => day2/router}/src/tsconfig.app.json | 0 {router => day2/router}/src/tsconfig.spec.json | 0 {router => day2/router}/src/typings.d.ts | 0 {router => day2/router}/tsconfig.json | 0 {router => day2/router}/tslint.json | 0 routing.md => day2/routing.md | 0 routing_summary.md => day2/routing_summary.md | 0 {starwars => day2/starwars}/.angular-cli.json | 0 {starwars => day2/starwars}/.editorconfig | 0 {starwars => day2/starwars}/.gitignore | 0 {starwars => day2/starwars}/README.md | 0 {starwars => day2/starwars}/e2e/app.e2e-spec.ts | 0 {starwars => day2/starwars}/e2e/app.po.ts | 0 {starwars => day2/starwars}/e2e/tsconfig.e2e.json | 0 {starwars => day2/starwars}/karma.conf.js | 0 {starwars => day2/starwars}/package.json | 0 {starwars => day2/starwars}/protractor.conf.js | 0 .../starwars}/src/app/app.component.css | 0 .../starwars}/src/app/app.component.html | 0 .../starwars}/src/app/app.component.spec.ts | 0 .../starwars}/src/app/app.component.ts | 0 {starwars => day2/starwars}/src/app/app.module.ts | 0 .../starwars}/src/app/search/search.component.css | 0 .../starwars}/src/app/search/search.component.html | 0 .../src/app/search/search.component.spec.ts | 0 .../starwars}/src/app/search/search.component.ts | 0 {starwars => day2/starwars}/src/assets/.gitkeep | 0 .../starwars}/src/environments/environment.prod.ts | 0 .../starwars}/src/environments/environment.ts | 0 {starwars => day2/starwars}/src/favicon.ico | Bin {starwars => day2/starwars}/src/index.html | 0 {starwars => day2/starwars}/src/main.ts | 0 {starwars => day2/starwars}/src/polyfills.ts | 0 {starwars => day2/starwars}/src/styles.css | 0 {starwars => day2/starwars}/src/test.ts | 0 {starwars => day2/starwars}/src/tsconfig.app.json | 0 {starwars => day2/starwars}/src/tsconfig.spec.json | 0 {starwars => day2/starwars}/src/typings.d.ts | 0 {starwars => day2/starwars}/tsconfig.json | 0 {starwars => day2/starwars}/tslint.json | 0 url_params.md => day2/url_params.md | 0 use_an_api.md => day2/use_an_api.md | 0 video_intro_to_spa.md => day2/video_intro_to_spa.md | 0 what_is_a_spa.md => day2/what_is_a_spa.md | 0 what_is_an_api.md => day2/what_is_an_api.md | 0 what_is_push_state.md => day2/what_is_push_state.md | 0 what_is_routing.md => day2/what_is_routing.md | 0 96 files changed, 0 insertions(+), 0 deletions(-) rename README.md => day2/README.md (100%) rename nesting.md => day2/nesting.md (100%) rename {router => day2/router}/.angular-cli.json (100%) rename {router => day2/router}/.editorconfig (100%) rename {router => day2/router}/.gitignore (100%) rename {router => day2/router}/README.md (100%) rename {router => day2/router}/e2e/app.e2e-spec.ts (100%) rename {router => day2/router}/e2e/app.po.ts (100%) rename {router => day2/router}/e2e/tsconfig.e2e.json (100%) rename {router => day2/router}/karma.conf.js (100%) rename {router => day2/router}/package.json (100%) rename {router => day2/router}/protractor.conf.js (100%) rename {router => day2/router}/src/app/about/about-routing.module.ts (100%) rename {router => day2/router}/src/app/about/about.component.css (100%) rename {router => day2/router}/src/app/about/about.component.html (100%) rename {router => day2/router}/src/app/about/about.component.spec.ts (100%) rename {router => day2/router}/src/app/about/about.component.ts (100%) rename {router => day2/router}/src/app/app-routing.module.ts (100%) rename {router => day2/router}/src/app/app.component.css (100%) rename {router => day2/router}/src/app/app.component.html (100%) rename {router => day2/router}/src/app/app.component.spec.ts (100%) rename {router => day2/router}/src/app/app.component.ts (100%) rename {router => day2/router}/src/app/app.module.ts (100%) rename {router => day2/router}/src/app/career/career.component.css (100%) rename {router => day2/router}/src/app/career/career.component.html (100%) rename {router => day2/router}/src/app/career/career.component.spec.ts (100%) rename {router => day2/router}/src/app/career/career.component.ts (100%) rename {router => day2/router}/src/app/early-life/early-life.component.css (100%) rename {router => day2/router}/src/app/early-life/early-life.component.html (100%) rename {router => day2/router}/src/app/early-life/early-life.component.spec.ts (100%) rename {router => day2/router}/src/app/early-life/early-life.component.ts (100%) rename {router => day2/router}/src/app/links/links.component.css (100%) rename {router => day2/router}/src/app/links/links.component.html (100%) rename {router => day2/router}/src/app/links/links.component.spec.ts (100%) rename {router => day2/router}/src/app/links/links.component.ts (100%) rename {router => day2/router}/src/app/resume/jobs.ts (100%) rename {router => day2/router}/src/app/resume/resume.component.css (100%) rename {router => day2/router}/src/app/resume/resume.component.html (100%) rename {router => day2/router}/src/app/resume/resume.component.spec.ts (100%) rename {router => day2/router}/src/app/resume/resume.component.ts (100%) rename {router => day2/router}/src/assets/.gitkeep (100%) rename {router => day2/router}/src/environments/environment.prod.ts (100%) rename {router => day2/router}/src/environments/environment.ts (100%) rename {router => day2/router}/src/favicon.ico (100%) rename {router => day2/router}/src/index.html (100%) rename {router => day2/router}/src/main.ts (100%) rename {router => day2/router}/src/polyfills.ts (100%) rename {router => day2/router}/src/styles.css (100%) rename {router => day2/router}/src/test.ts (100%) rename {router => day2/router}/src/tsconfig.app.json (100%) rename {router => day2/router}/src/tsconfig.spec.json (100%) rename {router => day2/router}/src/typings.d.ts (100%) rename {router => day2/router}/tsconfig.json (100%) rename {router => day2/router}/tslint.json (100%) rename routing.md => day2/routing.md (100%) rename routing_summary.md => day2/routing_summary.md (100%) rename {starwars => day2/starwars}/.angular-cli.json (100%) rename {starwars => day2/starwars}/.editorconfig (100%) rename {starwars => day2/starwars}/.gitignore (100%) rename {starwars => day2/starwars}/README.md (100%) rename {starwars => day2/starwars}/e2e/app.e2e-spec.ts (100%) rename {starwars => day2/starwars}/e2e/app.po.ts (100%) rename {starwars => day2/starwars}/e2e/tsconfig.e2e.json (100%) rename {starwars => day2/starwars}/karma.conf.js (100%) rename {starwars => day2/starwars}/package.json (100%) rename {starwars => day2/starwars}/protractor.conf.js (100%) rename {starwars => day2/starwars}/src/app/app.component.css (100%) rename {starwars => day2/starwars}/src/app/app.component.html (100%) rename {starwars => day2/starwars}/src/app/app.component.spec.ts (100%) rename {starwars => day2/starwars}/src/app/app.component.ts (100%) rename {starwars => day2/starwars}/src/app/app.module.ts (100%) rename {starwars => day2/starwars}/src/app/search/search.component.css (100%) rename {starwars => day2/starwars}/src/app/search/search.component.html (100%) rename {starwars => day2/starwars}/src/app/search/search.component.spec.ts (100%) rename {starwars => day2/starwars}/src/app/search/search.component.ts (100%) rename {starwars => day2/starwars}/src/assets/.gitkeep (100%) rename {starwars => day2/starwars}/src/environments/environment.prod.ts (100%) rename {starwars => day2/starwars}/src/environments/environment.ts (100%) rename {starwars => day2/starwars}/src/favicon.ico (100%) rename {starwars => day2/starwars}/src/index.html (100%) rename {starwars => day2/starwars}/src/main.ts (100%) rename {starwars => day2/starwars}/src/polyfills.ts (100%) rename {starwars => day2/starwars}/src/styles.css (100%) rename {starwars => day2/starwars}/src/test.ts (100%) rename {starwars => day2/starwars}/src/tsconfig.app.json (100%) rename {starwars => day2/starwars}/src/tsconfig.spec.json (100%) rename {starwars => day2/starwars}/src/typings.d.ts (100%) rename {starwars => day2/starwars}/tsconfig.json (100%) rename {starwars => day2/starwars}/tslint.json (100%) rename url_params.md => day2/url_params.md (100%) rename use_an_api.md => day2/use_an_api.md (100%) rename video_intro_to_spa.md => day2/video_intro_to_spa.md (100%) rename what_is_a_spa.md => day2/what_is_a_spa.md (100%) rename what_is_an_api.md => day2/what_is_an_api.md (100%) rename what_is_push_state.md => day2/what_is_push_state.md (100%) rename what_is_routing.md => day2/what_is_routing.md (100%) diff --git a/README.md b/day2/README.md similarity index 100% rename from README.md rename to day2/README.md diff --git a/nesting.md b/day2/nesting.md similarity index 100% rename from nesting.md rename to day2/nesting.md diff --git a/router/.angular-cli.json b/day2/router/.angular-cli.json similarity index 100% rename from router/.angular-cli.json rename to day2/router/.angular-cli.json diff --git a/router/.editorconfig b/day2/router/.editorconfig similarity index 100% rename from router/.editorconfig rename to day2/router/.editorconfig diff --git a/router/.gitignore b/day2/router/.gitignore similarity index 100% rename from router/.gitignore rename to day2/router/.gitignore diff --git a/router/README.md b/day2/router/README.md similarity index 100% rename from router/README.md rename to day2/router/README.md diff --git a/router/e2e/app.e2e-spec.ts b/day2/router/e2e/app.e2e-spec.ts similarity index 100% rename from router/e2e/app.e2e-spec.ts rename to day2/router/e2e/app.e2e-spec.ts diff --git a/router/e2e/app.po.ts b/day2/router/e2e/app.po.ts similarity index 100% rename from router/e2e/app.po.ts rename to day2/router/e2e/app.po.ts diff --git a/router/e2e/tsconfig.e2e.json b/day2/router/e2e/tsconfig.e2e.json similarity index 100% rename from router/e2e/tsconfig.e2e.json rename to day2/router/e2e/tsconfig.e2e.json diff --git a/router/karma.conf.js b/day2/router/karma.conf.js similarity index 100% rename from router/karma.conf.js rename to day2/router/karma.conf.js diff --git a/router/package.json b/day2/router/package.json similarity index 100% rename from router/package.json rename to day2/router/package.json diff --git a/router/protractor.conf.js b/day2/router/protractor.conf.js similarity index 100% rename from router/protractor.conf.js rename to day2/router/protractor.conf.js diff --git a/router/src/app/about/about-routing.module.ts b/day2/router/src/app/about/about-routing.module.ts similarity index 100% rename from router/src/app/about/about-routing.module.ts rename to day2/router/src/app/about/about-routing.module.ts diff --git a/router/src/app/about/about.component.css b/day2/router/src/app/about/about.component.css similarity index 100% rename from router/src/app/about/about.component.css rename to day2/router/src/app/about/about.component.css diff --git a/router/src/app/about/about.component.html b/day2/router/src/app/about/about.component.html similarity index 100% rename from router/src/app/about/about.component.html rename to day2/router/src/app/about/about.component.html diff --git a/router/src/app/about/about.component.spec.ts b/day2/router/src/app/about/about.component.spec.ts similarity index 100% rename from router/src/app/about/about.component.spec.ts rename to day2/router/src/app/about/about.component.spec.ts diff --git a/router/src/app/about/about.component.ts b/day2/router/src/app/about/about.component.ts similarity index 100% rename from router/src/app/about/about.component.ts rename to day2/router/src/app/about/about.component.ts diff --git a/router/src/app/app-routing.module.ts b/day2/router/src/app/app-routing.module.ts similarity index 100% rename from router/src/app/app-routing.module.ts rename to day2/router/src/app/app-routing.module.ts diff --git a/router/src/app/app.component.css b/day2/router/src/app/app.component.css similarity index 100% rename from router/src/app/app.component.css rename to day2/router/src/app/app.component.css diff --git a/router/src/app/app.component.html b/day2/router/src/app/app.component.html similarity index 100% rename from router/src/app/app.component.html rename to day2/router/src/app/app.component.html diff --git a/router/src/app/app.component.spec.ts b/day2/router/src/app/app.component.spec.ts similarity index 100% rename from router/src/app/app.component.spec.ts rename to day2/router/src/app/app.component.spec.ts diff --git a/router/src/app/app.component.ts b/day2/router/src/app/app.component.ts similarity index 100% rename from router/src/app/app.component.ts rename to day2/router/src/app/app.component.ts diff --git a/router/src/app/app.module.ts b/day2/router/src/app/app.module.ts similarity index 100% rename from router/src/app/app.module.ts rename to day2/router/src/app/app.module.ts diff --git a/router/src/app/career/career.component.css b/day2/router/src/app/career/career.component.css similarity index 100% rename from router/src/app/career/career.component.css rename to day2/router/src/app/career/career.component.css diff --git a/router/src/app/career/career.component.html b/day2/router/src/app/career/career.component.html similarity index 100% rename from router/src/app/career/career.component.html rename to day2/router/src/app/career/career.component.html diff --git a/router/src/app/career/career.component.spec.ts b/day2/router/src/app/career/career.component.spec.ts similarity index 100% rename from router/src/app/career/career.component.spec.ts rename to day2/router/src/app/career/career.component.spec.ts diff --git a/router/src/app/career/career.component.ts b/day2/router/src/app/career/career.component.ts similarity index 100% rename from router/src/app/career/career.component.ts rename to day2/router/src/app/career/career.component.ts diff --git a/router/src/app/early-life/early-life.component.css b/day2/router/src/app/early-life/early-life.component.css similarity index 100% rename from router/src/app/early-life/early-life.component.css rename to day2/router/src/app/early-life/early-life.component.css diff --git a/router/src/app/early-life/early-life.component.html b/day2/router/src/app/early-life/early-life.component.html similarity index 100% rename from router/src/app/early-life/early-life.component.html rename to day2/router/src/app/early-life/early-life.component.html diff --git a/router/src/app/early-life/early-life.component.spec.ts b/day2/router/src/app/early-life/early-life.component.spec.ts similarity index 100% rename from router/src/app/early-life/early-life.component.spec.ts rename to day2/router/src/app/early-life/early-life.component.spec.ts diff --git a/router/src/app/early-life/early-life.component.ts b/day2/router/src/app/early-life/early-life.component.ts similarity index 100% rename from router/src/app/early-life/early-life.component.ts rename to day2/router/src/app/early-life/early-life.component.ts diff --git a/router/src/app/links/links.component.css b/day2/router/src/app/links/links.component.css similarity index 100% rename from router/src/app/links/links.component.css rename to day2/router/src/app/links/links.component.css diff --git a/router/src/app/links/links.component.html b/day2/router/src/app/links/links.component.html similarity index 100% rename from router/src/app/links/links.component.html rename to day2/router/src/app/links/links.component.html diff --git a/router/src/app/links/links.component.spec.ts b/day2/router/src/app/links/links.component.spec.ts similarity index 100% rename from router/src/app/links/links.component.spec.ts rename to day2/router/src/app/links/links.component.spec.ts diff --git a/router/src/app/links/links.component.ts b/day2/router/src/app/links/links.component.ts similarity index 100% rename from router/src/app/links/links.component.ts rename to day2/router/src/app/links/links.component.ts diff --git a/router/src/app/resume/jobs.ts b/day2/router/src/app/resume/jobs.ts similarity index 100% rename from router/src/app/resume/jobs.ts rename to day2/router/src/app/resume/jobs.ts diff --git a/router/src/app/resume/resume.component.css b/day2/router/src/app/resume/resume.component.css similarity index 100% rename from router/src/app/resume/resume.component.css rename to day2/router/src/app/resume/resume.component.css diff --git a/router/src/app/resume/resume.component.html b/day2/router/src/app/resume/resume.component.html similarity index 100% rename from router/src/app/resume/resume.component.html rename to day2/router/src/app/resume/resume.component.html diff --git a/router/src/app/resume/resume.component.spec.ts b/day2/router/src/app/resume/resume.component.spec.ts similarity index 100% rename from router/src/app/resume/resume.component.spec.ts rename to day2/router/src/app/resume/resume.component.spec.ts diff --git a/router/src/app/resume/resume.component.ts b/day2/router/src/app/resume/resume.component.ts similarity index 100% rename from router/src/app/resume/resume.component.ts rename to day2/router/src/app/resume/resume.component.ts diff --git a/router/src/assets/.gitkeep b/day2/router/src/assets/.gitkeep similarity index 100% rename from router/src/assets/.gitkeep rename to day2/router/src/assets/.gitkeep diff --git a/router/src/environments/environment.prod.ts b/day2/router/src/environments/environment.prod.ts similarity index 100% rename from router/src/environments/environment.prod.ts rename to day2/router/src/environments/environment.prod.ts diff --git a/router/src/environments/environment.ts b/day2/router/src/environments/environment.ts similarity index 100% rename from router/src/environments/environment.ts rename to day2/router/src/environments/environment.ts diff --git a/router/src/favicon.ico b/day2/router/src/favicon.ico similarity index 100% rename from router/src/favicon.ico rename to day2/router/src/favicon.ico diff --git a/router/src/index.html b/day2/router/src/index.html similarity index 100% rename from router/src/index.html rename to day2/router/src/index.html diff --git a/router/src/main.ts b/day2/router/src/main.ts similarity index 100% rename from router/src/main.ts rename to day2/router/src/main.ts diff --git a/router/src/polyfills.ts b/day2/router/src/polyfills.ts similarity index 100% rename from router/src/polyfills.ts rename to day2/router/src/polyfills.ts diff --git a/router/src/styles.css b/day2/router/src/styles.css similarity index 100% rename from router/src/styles.css rename to day2/router/src/styles.css diff --git a/router/src/test.ts b/day2/router/src/test.ts similarity index 100% rename from router/src/test.ts rename to day2/router/src/test.ts diff --git a/router/src/tsconfig.app.json b/day2/router/src/tsconfig.app.json similarity index 100% rename from router/src/tsconfig.app.json rename to day2/router/src/tsconfig.app.json diff --git a/router/src/tsconfig.spec.json b/day2/router/src/tsconfig.spec.json similarity index 100% rename from router/src/tsconfig.spec.json rename to day2/router/src/tsconfig.spec.json diff --git a/router/src/typings.d.ts b/day2/router/src/typings.d.ts similarity index 100% rename from router/src/typings.d.ts rename to day2/router/src/typings.d.ts diff --git a/router/tsconfig.json b/day2/router/tsconfig.json similarity index 100% rename from router/tsconfig.json rename to day2/router/tsconfig.json diff --git a/router/tslint.json b/day2/router/tslint.json similarity index 100% rename from router/tslint.json rename to day2/router/tslint.json diff --git a/routing.md b/day2/routing.md similarity index 100% rename from routing.md rename to day2/routing.md diff --git a/routing_summary.md b/day2/routing_summary.md similarity index 100% rename from routing_summary.md rename to day2/routing_summary.md diff --git a/starwars/.angular-cli.json b/day2/starwars/.angular-cli.json similarity index 100% rename from starwars/.angular-cli.json rename to day2/starwars/.angular-cli.json diff --git a/starwars/.editorconfig b/day2/starwars/.editorconfig similarity index 100% rename from starwars/.editorconfig rename to day2/starwars/.editorconfig diff --git a/starwars/.gitignore b/day2/starwars/.gitignore similarity index 100% rename from starwars/.gitignore rename to day2/starwars/.gitignore diff --git a/starwars/README.md b/day2/starwars/README.md similarity index 100% rename from starwars/README.md rename to day2/starwars/README.md diff --git a/starwars/e2e/app.e2e-spec.ts b/day2/starwars/e2e/app.e2e-spec.ts similarity index 100% rename from starwars/e2e/app.e2e-spec.ts rename to day2/starwars/e2e/app.e2e-spec.ts diff --git a/starwars/e2e/app.po.ts b/day2/starwars/e2e/app.po.ts similarity index 100% rename from starwars/e2e/app.po.ts rename to day2/starwars/e2e/app.po.ts diff --git a/starwars/e2e/tsconfig.e2e.json b/day2/starwars/e2e/tsconfig.e2e.json similarity index 100% rename from starwars/e2e/tsconfig.e2e.json rename to day2/starwars/e2e/tsconfig.e2e.json diff --git a/starwars/karma.conf.js b/day2/starwars/karma.conf.js similarity index 100% rename from starwars/karma.conf.js rename to day2/starwars/karma.conf.js diff --git a/starwars/package.json b/day2/starwars/package.json similarity index 100% rename from starwars/package.json rename to day2/starwars/package.json diff --git a/starwars/protractor.conf.js b/day2/starwars/protractor.conf.js similarity index 100% rename from starwars/protractor.conf.js rename to day2/starwars/protractor.conf.js diff --git a/starwars/src/app/app.component.css b/day2/starwars/src/app/app.component.css similarity index 100% rename from starwars/src/app/app.component.css rename to day2/starwars/src/app/app.component.css diff --git a/starwars/src/app/app.component.html b/day2/starwars/src/app/app.component.html similarity index 100% rename from starwars/src/app/app.component.html rename to day2/starwars/src/app/app.component.html diff --git a/starwars/src/app/app.component.spec.ts b/day2/starwars/src/app/app.component.spec.ts similarity index 100% rename from starwars/src/app/app.component.spec.ts rename to day2/starwars/src/app/app.component.spec.ts diff --git a/starwars/src/app/app.component.ts b/day2/starwars/src/app/app.component.ts similarity index 100% rename from starwars/src/app/app.component.ts rename to day2/starwars/src/app/app.component.ts diff --git a/starwars/src/app/app.module.ts b/day2/starwars/src/app/app.module.ts similarity index 100% rename from starwars/src/app/app.module.ts rename to day2/starwars/src/app/app.module.ts diff --git a/starwars/src/app/search/search.component.css b/day2/starwars/src/app/search/search.component.css similarity index 100% rename from starwars/src/app/search/search.component.css rename to day2/starwars/src/app/search/search.component.css diff --git a/starwars/src/app/search/search.component.html b/day2/starwars/src/app/search/search.component.html similarity index 100% rename from starwars/src/app/search/search.component.html rename to day2/starwars/src/app/search/search.component.html diff --git a/starwars/src/app/search/search.component.spec.ts b/day2/starwars/src/app/search/search.component.spec.ts similarity index 100% rename from starwars/src/app/search/search.component.spec.ts rename to day2/starwars/src/app/search/search.component.spec.ts diff --git a/starwars/src/app/search/search.component.ts b/day2/starwars/src/app/search/search.component.ts similarity index 100% rename from starwars/src/app/search/search.component.ts rename to day2/starwars/src/app/search/search.component.ts diff --git a/starwars/src/assets/.gitkeep b/day2/starwars/src/assets/.gitkeep similarity index 100% rename from starwars/src/assets/.gitkeep rename to day2/starwars/src/assets/.gitkeep diff --git a/starwars/src/environments/environment.prod.ts b/day2/starwars/src/environments/environment.prod.ts similarity index 100% rename from starwars/src/environments/environment.prod.ts rename to day2/starwars/src/environments/environment.prod.ts diff --git a/starwars/src/environments/environment.ts b/day2/starwars/src/environments/environment.ts similarity index 100% rename from starwars/src/environments/environment.ts rename to day2/starwars/src/environments/environment.ts diff --git a/starwars/src/favicon.ico b/day2/starwars/src/favicon.ico similarity index 100% rename from starwars/src/favicon.ico rename to day2/starwars/src/favicon.ico diff --git a/starwars/src/index.html b/day2/starwars/src/index.html similarity index 100% rename from starwars/src/index.html rename to day2/starwars/src/index.html diff --git a/starwars/src/main.ts b/day2/starwars/src/main.ts similarity index 100% rename from starwars/src/main.ts rename to day2/starwars/src/main.ts diff --git a/starwars/src/polyfills.ts b/day2/starwars/src/polyfills.ts similarity index 100% rename from starwars/src/polyfills.ts rename to day2/starwars/src/polyfills.ts diff --git a/starwars/src/styles.css b/day2/starwars/src/styles.css similarity index 100% rename from starwars/src/styles.css rename to day2/starwars/src/styles.css diff --git a/starwars/src/test.ts b/day2/starwars/src/test.ts similarity index 100% rename from starwars/src/test.ts rename to day2/starwars/src/test.ts diff --git a/starwars/src/tsconfig.app.json b/day2/starwars/src/tsconfig.app.json similarity index 100% rename from starwars/src/tsconfig.app.json rename to day2/starwars/src/tsconfig.app.json diff --git a/starwars/src/tsconfig.spec.json b/day2/starwars/src/tsconfig.spec.json similarity index 100% rename from starwars/src/tsconfig.spec.json rename to day2/starwars/src/tsconfig.spec.json diff --git a/starwars/src/typings.d.ts b/day2/starwars/src/typings.d.ts similarity index 100% rename from starwars/src/typings.d.ts rename to day2/starwars/src/typings.d.ts diff --git a/starwars/tsconfig.json b/day2/starwars/tsconfig.json similarity index 100% rename from starwars/tsconfig.json rename to day2/starwars/tsconfig.json diff --git a/starwars/tslint.json b/day2/starwars/tslint.json similarity index 100% rename from starwars/tslint.json rename to day2/starwars/tslint.json diff --git a/url_params.md b/day2/url_params.md similarity index 100% rename from url_params.md rename to day2/url_params.md diff --git a/use_an_api.md b/day2/use_an_api.md similarity index 100% rename from use_an_api.md rename to day2/use_an_api.md diff --git a/video_intro_to_spa.md b/day2/video_intro_to_spa.md similarity index 100% rename from video_intro_to_spa.md rename to day2/video_intro_to_spa.md diff --git a/what_is_a_spa.md b/day2/what_is_a_spa.md similarity index 100% rename from what_is_a_spa.md rename to day2/what_is_a_spa.md diff --git a/what_is_an_api.md b/day2/what_is_an_api.md similarity index 100% rename from what_is_an_api.md rename to day2/what_is_an_api.md diff --git a/what_is_push_state.md b/day2/what_is_push_state.md similarity index 100% rename from what_is_push_state.md rename to day2/what_is_push_state.md diff --git a/what_is_routing.md b/day2/what_is_routing.md similarity index 100% rename from what_is_routing.md rename to day2/what_is_routing.md