"2. Documents in AngularFirestore" needs an `undefined`
- 主要言語
- TypeScript
- スター
- 7.8k
- フォーク
- 2.2k
- 平均マージ
- 22時間 28分
- マージ済み PR(30日)
- 6
説明
In
https://github.com/angular/angularfire/blob/master/docs/firestore/documents.md
line 17 is:
```ts
item: Observable;
```
should be
```ts
item: Observable;
```
Everything else works perfectly. Thanks!
### Version info
**Angular:**
**Firebase:**
**AngularFire:**
**Other (e.g. Ionic/Cordova, Node, browser, operating system):**
### How to reproduce these conditions
**Failing test unit, Stackblitz demonstrating the problem**
**Steps to set up and reproduce**
**Sample data and security rules**
### Debug output
** Errors in the JavaScript console **
** Output from `firebase.database().enableLogging(true);` **
** Screenshots **
### Expected behavior
### Actual behavior
コントリビューションガイド
調査の方向性
docs/firestore/documents.md を開き、AngularFirestore のドキュメント例で item が宣言されている 17 行目を確認します。Observable の型を undefined を含むように更新し、その後、例が要求された型と一致し、有効な TypeScript のままであることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- angular, firebase, typescript
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 50/100