Skip to content

Commit 8e176f5

Browse files
sunghyukdavideast
authored andcommitted
Update 1-install-and-setup.md (angular#256)
fix missing firebase dependency
1 parent 1aedf14 commit 8e176f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Angular CLI's `new` command will set up the latest Angular build in a new pr
2323
### 2. Install AngularFire 2 and Firebase
2424

2525
```bash
26-
npm install angularfire2 --save
26+
npm install angularfire2 firebase --save
2727
```
2828

2929
Now that you have a new project setup, install AngularFire 2 and Firebase from npm.

0 commit comments

Comments
 (0)