sidebar todos

This commit is contained in:
nixa 2016-05-13 10:51:13 +03:00
parent 3ac6b75f9c
commit b674d83552

View file

@ -4,6 +4,9 @@ import {Router} from '@angular/router-deprecated';
import {ThemeGlobal, layoutSizes} from '../../../theme';
import {SidebarService} from './sidebar.service';
// TODO: separate menu and sidebar
// TODO: move some functionality to decorators
@Component({
selector: 'sidebar',
encapsulation: ViewEncapsulation.None,