Skip to content

Commit c1642ca

Browse files
caroso1222davideast
authored andcommitted
Update 1-install-and-setup.md (#474)
As for the latest angularcli@webpack release, the app.module.ts should be the file you must edit to import the Firebase provider. You're also exporting MyAppModule class and not bootstraping any module so it must be app.module.ts.
1 parent 5984a99 commit c1642ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now that you have a new project setup, install AngularFire 2 and Firebase from n
3535

3636
### 3. Setup @NgModule
3737

38-
Open `/src/main.ts`, inject the Firebase providers, and specify your Firebase configuration.
38+
Open `/src/app/app.module.ts`, inject the Firebase providers, and specify your Firebase configuration.
3939
This can be found in your project at [the Firebase Console](https://console.firebase.google.com):
4040

4141
```ts

0 commit comments

Comments
 (0)