mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 08:46:10 +01:00
content top component
This commit is contained in:
parent
aae6dbcc23
commit
9fa15f15f0
6 changed files with 78 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ import {RouteConfig, Router} from 'angular2/router';
|
|||
|
||||
import {Dashboard} from './dashboard';
|
||||
import {Ui} from './ui';
|
||||
import {PageTop, Sidebar} from '../theme';
|
||||
import {PageTop, ContentTop, Sidebar} from '../theme';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [],
|
||||
directives: [PageTop, Sidebar],
|
||||
directives: [PageTop, Sidebar, ContentTop],
|
||||
template: `
|
||||
<sidebar></sidebar>
|
||||
<page-top></page-top>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue