Skip to content

Commit

Permalink
Update 1-install-and-setup.md (angular#256)
Browse files Browse the repository at this point in the history
fix missing firebase dependency
  • Loading branch information
sunghyuk authored and davideast committed Jun 22, 2016
1 parent 1aedf14 commit 8e176f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Angular CLI's `new` command will set up the latest Angular build in a new pr
### 2. Install AngularFire 2 and Firebase

```bash
npm install angularfire2 --save
npm install angularfire2 firebase --save
```

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

0 comments on commit 8e176f5

Please sign in to comment.