Skip to content

Commit 4b9caf5

Browse files
rediandavideast
authored andcommitted
Update 2-retrieving-data-as-objects.md (angular#166)
Remove an extra export statement.
1 parent 3edae9b commit 4b9caf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2-retrieving-data-as-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { AngularFire } from 'angularfire2';
2020
template: 'app.component.html',
2121
styleUrls: ['app.component.css']
2222
})
23-
export export class AppComponent {
23+
export class AppComponent {
2424
constructor(af: AngularFire) {
2525

2626
}

0 commit comments

Comments
 (0)