mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 09:16:11 +01:00
page structure update
This commit is contained in:
parent
259ac60ac3
commit
ef18e103d5
2 changed files with 9 additions and 9 deletions
|
|
@ -10,7 +10,15 @@ import {PageTop, Sidebar} from '../theme';
|
|||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [],
|
||||
directives: [PageTop, Sidebar],
|
||||
template: `<sidebar></sidebar><page-top></page-top><router-outlet></router-outlet>`
|
||||
template: `
|
||||
<sidebar></sidebar>
|
||||
<page-top></page-top>
|
||||
<div class="al-main">
|
||||
<div class="al-content">
|
||||
<content-top></content-top>
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
</div>`
|
||||
})
|
||||
@RouteConfig([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue