Typo in Install/Setup.md Step 4
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 2.2k
- Avg merge
- 22h 28m
- Merged PRs (30d)
- 6
Description
### Version info
**Angular:**
n/a
**Firebase:**
n/a
**AngularFire:**
n/a
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**
n/a
### How to reproduce these conditions
By navigating to [Install and Setup.md](https://github.com/angular/angularfire/blob/HEAD/docs/install-and-setup.md) and following Step 4.
**Failing test unit, Stackblitz demonstrating the problem**
**Steps to set up and reproduce**
Follow the [Install and Setup.md](https://github.com/angular/angularfire/blob/HEAD/docs/install-and-setup.md) and try to build after Step 4.
**Sample data and security rules**
n/a
### Debug output
** Errors in the JavaScript console **
n/a
** Output from `firebase.database().enableLogging(true);` **
n/a
** Screenshots **

### Expected behavior
Should build/serve without any issues.
### Actual behavior
Throws error:
```
Property 'items' does not exist on type 'AppComponent'. Did you mean 'items$'?ngtsc(2551)
app.component.ts(7, 33): Error occurs in the template of component AppComponent.
```

Contributor guide
Research direction
Open docs/install-and-setup.md and inspect Step 4, then reproduce the reported build error from the linked setup instructions. Compare the sample's template binding with the AppComponent property shown in the error; done means the documented setup builds and serves without the reported property error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, firebase, typescript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100