File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Status: Release candidate
16
16
#### Quick links
17
17
[ Contributing] ( CONTRIBUTING.md )
18
18
19
- [ Plunker Template] ( http ://plnkr.co /edit/8yY4tH?p=preview ) - Requires to set your Firebase credentials in ` app.module.ts ` .
19
+ [ Stackbliz Template] ( https ://stackblitz.com /edit/angular-2ed5zx? ) - Remember to set your Firebase configuration in ` app/ app.module.ts` .
20
20
21
21
[ Upgrading to v4.0? Check out our guide.] ( docs/version-4-upgrade.md )
22
22
@@ -29,8 +29,8 @@ npm install firebase angularfire2 --save
29
29
## Example use:
30
30
31
31
``` ts
32
- import {Component } from ' @angular/core' ;
33
- import {AngularFireDatabase , FirebaseListObservable } from ' angularfire2/database' ;
32
+ import { Component } from ' @angular/core' ;
33
+ import { AngularFireDatabase , FirebaseListObservable } from ' angularfire2/database' ;
34
34
35
35
@Component ({
36
36
selector: ' project-name-app' ,
You can’t perform that action at this time.
0 commit comments