Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class AppModule {}

### 7. Inject `AngularFirestore`

Open `/src/app/app.component.ts`, and make sure to modify/delete any tests to get the sample working (tests are still important, you know):
Open `/src/app/app.component.ts`, add `import 'firebase/firestore';`, and inject `AngularFirestore` in the constructor. Then remember to update your tests to get them passing (tests are still important):

```ts
import { Component } from '@angular/core';
Expand Down