Skip to content

Commit 70730f2

Browse files
authored
Update README.md
1 parent 6298314 commit 70730f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The official [Angular](https://angular.io/) library for [Firebase](https://fireb
66
AngularFire smooths over the rough edges a developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) in an Angular application and aims to provide a more natural developer expirience by conforming to Angular conventions.
77

88
- **Dependency injection** - Provide and Inject Firebase services in your components
9-
- **Zone.js wrappers** - Stable zones mean proper functionality of service workers, forms, SSR, and pre-rendering
9+
- **Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering
1010
- **Observable based** - Utilize RxJS rather than callbacks for realtime streams
1111
- **NgRx friendly API** - Integrate with NgRx using AngularFire's action based APIs.
12-
- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing time it takes to first load your application
13-
- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting & Cloud Functions with a single command
14-
- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics with our `ScreenTrackingService`
12+
- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing time to load your app
13+
- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command
14+
- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics
1515
- **Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks
1616

1717
## Example use

0 commit comments

Comments
 (0)