From ef719c46416818e6feb876ddcb50fee3237a6706 Mon Sep 17 00:00:00 2001 From: mukesh51 Date: Sat, 17 Sep 2016 17:09:03 +0100 Subject: [PATCH] Update @ModuleName The default module loaded in main.ts is AppModule and the documentation says MyAppModule. Just responded to issue number #495, which can be closed now, once the user confirms.Updating the document, so that no one else raise the same issue. --- docs/1-install-and-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-install-and-setup.md b/docs/1-install-and-setup.md index 18fdb1583..12e621ef9 100644 --- a/docs/1-install-and-setup.md +++ b/docs/1-install-and-setup.md @@ -83,7 +83,7 @@ export const firebaseConfig = { declarations: [ AppComponent ], bootstrap: [ AppComponent ] }) -export class MyAppModule {} +export class AppModule {} ```