From a587ac260649d13e8f2fb46e5a3c04977e44f609 Mon Sep 17 00:00:00 2001 From: Thomas Dupuis Date: Thu, 20 Oct 2016 06:28:54 -0400 Subject: [PATCH] fix(docs): misses one line in the create new page help --- docs/contents/articles/013-create-new-page/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contents/articles/013-create-new-page/index.md b/docs/contents/articles/013-create-new-page/index.md index aa4fbd39..1c25ac0f 100644 --- a/docs/contents/articles/013-create-new-page/index.md +++ b/docs/contents/articles/013-create-new-page/index.md @@ -69,6 +69,7 @@ import { routing } from './new.routing'; NewComponent ] }) +export default class NewModule {} ```
@@ -133,4 +134,4 @@ const routes: Routes = [ And that's it! Now your page is available by the following this url [http://localhost:3000/#/pages/new](http://localhost:3000/#/pages/new). Plus, your page is registered inside the sidebar menu. If you don't want to have a link -in the menu - just remove the `menu` declaration from the `pages.menu.ts` file. \ No newline at end of file +in the menu - just remove the `menu` declaration from the `pages.menu.ts` file.