-
- {{ housingLocation?.name }}
- {{ housingLocation?.city }}, {{ housingLocation?.state }}
- About this housing location
+
+
+ {{ housingLocation?.name }}
+ {{ housingLocation?.city }}, {{ housingLocation?.state }}
+
+
+ About this housing location
- Units available: {{ housingLocation?.availableUnits }}
- Does this location have wifi: {{ housingLocation?.wifi }}
- Does this location have laundry: {{ housingLocation?.laundry }}
+
+ Apply now to live here
+
+
\ No newline at end of file
diff --git a/first-app/src/app/details/details.ts b/first-app/src/app/details/details.ts
index ec45021..af0ccef 100644
--- a/first-app/src/app/details/details.ts
+++ b/first-app/src/app/details/details.ts
@@ -6,42 +6,10 @@ import {FormControl, FormGroup, ReactiveFormsModule} from '@angular/forms';
@Component({
selector: 'app-details',
imports: [ReactiveFormsModule],
- template: `
-