fix(docs): misses one line in the create new page help

This commit is contained in:
Thomas Dupuis 2016-10-20 06:28:54 -04:00 committed by Tibing
parent ec0e5aa673
commit a587ac2606

View file

@ -69,6 +69,7 @@ import { routing } from './new.routing';
NewComponent
]
})
export default class NewModule {}
```
<br>
@ -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.
in the menu - just remove the `menu` declaration from the `pages.menu.ts` file.