angular / angular/angularfire

Typo in Install/Setup.md Step 4

Open
#3,337 0 comments 0 reactions 0 assignees View on GitHub
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 **
![image](https://user-images.githubusercontent.com/1728547/232179738-c299885d-1b52-4235-85f6-38a8dc57e456.png)

### 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.
```
![image](https://user-images.githubusercontent.com/1728547/232179848-0170b1a2-e68c-45ba-921a-726073ee5d89.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.