Skip to content

Commit

Permalink
docs: Update app component name to match new CLI syntax
Browse files Browse the repository at this point in the history
Updating the AppComponent name to be in consistent with rest of the tutorial, as the name changed when the Angular CLI updated the nomenclature.

Closes #604
  • Loading branch information
mukesh51 authored and katowulf committed Oct 20, 2016
1 parent ed7e187 commit 902ee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { AngularFire, FirebaseListObservable } from 'angularfire2';
templateUrl: 'app.component.html',
styleUrls: ['app.component.css']
})
export class <MyApp>Component {
export class AppComponent {
constructor(af: AngularFire) {

}
Expand Down

0 comments on commit 902ee8a

Please sign in to comment.