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
1616#### Quick links
1717[ Contributing] ( CONTRIBUTING.md )
1818
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` .
2020
2121[ Upgrading to v4.0? Check out our guide.] ( docs/version-4-upgrade.md )
2222
@@ -29,8 +29,8 @@ npm install firebase angularfire2 --save
2929## Example use:
3030
3131``` 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' ;
3434
3535@Component ({
3636 selector: ' project-name-app' ,
You can’t perform that action at this time.
0 commit comments