content top component

This commit is contained in:
nixa 2016-05-02 14:49:35 +03:00
parent aae6dbcc23
commit 9fa15f15f0
6 changed files with 78 additions and 2 deletions

View file

@ -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>