mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
fix(docs): misses one line in the create new page help
This commit is contained in:
parent
ec0e5aa673
commit
a587ac2606
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue