We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112be1b commit 197026aCopy full SHA for 197026a
docs/1-install-and-setup.md
@@ -62,7 +62,7 @@ export const firebaseConfig = {
62
AngularFireModule.initializeApp(firebaseConfig)
63
],
64
declarations: [ AppComponent ],
65
- Bootstrap: [ AppComponent ]
+ bootstrap: [ AppComponent ]
66
})
67
export class MyAppModule {}
68
0 commit comments