This is an Angular application designed to explore a list of houses with relevant information about location, services, and availability. It is a simple app built to demonstrate the use of reactive forms, services, and component communication in Angular.
- 📄 Dynamic Housing List: View a collection of properties with details like city, state, description, and more.
- 🔎 Search Filter: Find properties by filtering the list by city in real time.
- 📩 Application Form: Users can submit applications by entering their first name, last name, and email.
- 🌐 Component Communication: Utilizes parent-child communication to pass data and update the interface.
- 📡 Service Integration: Manages housing data through a dedicated service.
- Angular: Main framework.
- Bootstrap: For layout and styles.
- TypeScript: Programming language.
- CodeSandbox: For web hosting.
-
Install Angular if you don't have it installed
npm install -g @angular/cli -
Clone this branch to your local machine
git clone -b homes-app-start [email protected]:angular/codelabs.git homes-app -
Once the code has been downloaded
cd homes-app -
Install the depencies
npm install -
Run the application
ng serve