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.