Skip to content

Commit 902ee8a

Browse files
mukesh51katowulf
authored and
katowulf
committed
docs: Update app component name to match new CLI syntax
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
1 parent ed7e187 commit 902ee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import { AngularFire, FirebaseListObservable } from 'angularfire2';
9999
templateUrl: 'app.component.html',
100100
styleUrls: ['app.component.css']
101101
})
102-
export class <MyApp>Component {
102+
export class AppComponent {
103103
constructor(af: AngularFire) {
104104

105105
}

0 commit comments

Comments
 (0)