Introduction to Angular Codelab

\In this codelab, you'll build a housing app with Angular. The completed app will feature the ability to view home listings based on user search, and view details of a housing location.

You'll build everything with Angular using Angular's powerful tooling and great browser integration.

Here's a preview of the finished application:

Completed application - one column search results, second column search details

The step-by-step guide can be found at https://codelabs.developers.google.com/introduction-to-angular

TODO:

  • refactor the data into an Angular Service
  • add a route for the detail page
  • use Angular HTTP to retrieve the data