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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The official [Angular](https://angular.io/) library for [Firebase](https://fireb
3
3
4
4
<strong><pre>ng add @angular/fire</pre></strong>
5
5
6
-
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer expirience by conforming to Angular conventions.
6
+
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience by conforming to Angular conventions.
7
7
8
8
-**Dependency injection** - Provide and Inject Firebase services in your components
9
9
-**Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering
@@ -71,7 +71,7 @@ export class MyApp {
71
71
72
72
### **NEW:** Monitor usage of your application in production
73
73
74
-
> `AngularFireAnalytics` provides a convient method of interacting with Google Analytics in your Angular application. The provided `ScreenTrackingService` and `UserTrackingService` automatically log events when you're using the Angular Router or Firebase Authentication respectively. [Learn more about Google Analytics](https://firebase.google.com/docs/analytics).
74
+
> `AngularFireAnalytics` provides a convenient method of interacting with Google Analytics in your Angular application. The provided `ScreenTrackingService` and `UserTrackingService` automatically log events when you're using the Angular Router or Firebase Authentication respectively. [Learn more about Google Analytics](https://firebase.google.com/docs/analytics).
75
75
76
76
-[Getting started with Google Analytics](docs/analytics/getting-started.md)
77
77
@@ -133,7 +133,7 @@ Firebase offers two cloud-based, client-accessible database solutions that suppo
133
133
134
134
#### Server-side rendering
135
135
136
-
> Angular Universal is a technology that allows you to run your Angular application on a server. This allows you to generate your HTML in a process called server-side rendering (SSR). Angularfire is compatible with server-side rendering; allowing you to take advantage of the Search Engine Optimization, link previews, the performance gains granted by the technology, and more. [Learn more about Angular Universal](https://angular.io/guide/universal).
136
+
> Angular Universal is a technology that allows you to run your Angular application on a server. This allows you to generate your HTML in a process called server-side rendering (SSR). AngularFire is compatible with server-side rendering; allowing you to take advantage of the Search Engine Optimization, link previews, the performance gains granted by the technology, and more. [Learn more about Angular Universal](https://angular.io/guide/universal).
137
137
138
138
-[Getting started with Angular Universal](docs/universal/getting-started.md)
139
139
-[Deploying your Universal application on Cloud Functions for Firebase](docs/universal/cloud-functions.md)
0 commit comments