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
- This command prompts you to enter a public directory. Enter `dist` (generated by `ng build -prod`).
24
-
- The command will also ask you if you want to overwrite your index file. Type `n` since your Angular app includes a index file.
24
+
- The command will also ask you if you want to overwrite your index file. Type `n` since your Angular app includes an index file.
25
25
- This command also prompts you whether to configure the project as a single-page app. Enter `y` if you're using Angular Router or similar. Otherwise, enter `n`.
26
26
27
27
### 2. Deploy your Project
28
28
29
29
To deploy your app, simply run `firebase deploy`!
30
30
31
-
For more information on Firebase `init` and `deploy` commands, checkout the [Firebase CLI documentation](https://firebase.google.com/docs/cli/).
31
+
For more information on Firebase `init` and `deploy` commands, check out the [Firebase CLI documentation](https://firebase.google.com/docs/cli/).
Copy file name to clipboardExpand all lines: docs/install-and-setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### 0. Prerequisites
6
6
7
-
AngularFire provides multiple module formats for different types of builds. The guide is based off the Angular CLI. It is possible to do a manual setup with Webpack or a SystemJS build as well.
7
+
AngularFire provides multiple module formats for different types of builds. The guide is based on the Angular CLI. It is possible to do a manual setup with Webpack or a SystemJS build as well.
Copy file name to clipboardExpand all lines: docs/install-angular-cli-windows10.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Installing Angular CLI on Windows 10
2
2
3
-
> There had been installation issues of `@angular/cli` on Windows 10 system. Most of the time these errors are related to Python dependecies and node-gyp.
3
+
> There had been installation issues of `@angular/cli` on Windows 10 system. Most of the time these errors are related to Python dependencies and node-gyp.
Copy file name to clipboardExpand all lines: docs/version-4-upgrade.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ AngularFire2 4.0 is a refactor of the AngularFire2 package which implements
5
5
6
6
### Removing `AngularFire` for Modularity
7
7
8
-
Prior to 4.0, AngularFire2 did not take advantage of the Firebase SDK's modularity for tree shaking. The `AngularFire` service has now been removed and the library broken up into smaller `@NgModule`s:
8
+
Prior to 4.0, AngularFire2 did not take advantage of the Firebase SDK's modularity for tree shaking. The `AngularFire` service has now been removed and the library is broken up into smaller `@NgModule`s:
Copy file name to clipboardExpand all lines: docs/version-5-upgrade.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ AngularFire 5.0 is a refactor of the `AngularFireDatabase` module. It removes th
4
4
5
5
## Updating `FirebaseListObservable` to `AngularFireList<T>`
6
6
7
-
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you manipulate and stream data.
7
+
Rather than `.list()` returning a `FirebaseListObservable`, it now returns an `AngularFireList<T>`. This service contains methods that allow you to manipulate and stream data.
8
8
9
9
In the case of streaming back data, you now call one of the observable methods on `AngularFireList`.
0 commit comments