You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/1-install-and-setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Getting started with AngularFire2 is easy with the [Angular CLI](https://github.com/angular/angular-cli). Follow the 10 steps below to get started. Don't worry, we're always working to make this shorter.
4
4
5
-
###0. Prerequisites
5
+
###0. Prerequisites
6
6
7
7
Before you start installing AngularFire2, make sure you have latest version of angular-cli installed.
8
8
To verify run the command `ng -v` and ensure you see `angular-cli: 1.x.x-beta.xx`. The lowest compatible version is `1.x.x-beta.14`.
@@ -88,7 +88,7 @@ export class AppModule {}
88
88
89
89
```
90
90
91
-
### Custom FirebaseApp Names
91
+
####Custom FirebaseApp Names
92
92
You can optionally provide a custom FirebaseApp name with `initializeApp`.
93
93
94
94
```ts
@@ -168,7 +168,7 @@ Run the serve command and go to `localhost:4200` in your browser.
168
168
169
169
And that's it! If it's totally *borked*, file an issue and let us know.
170
170
171
-
###[Next Step: Retrieving data as objects](2-retrieving-data-as-objects.md)
171
+
###[Next Step: Retrieving data as objects](2-retrieving-data-as-objects.md)
0 commit comments