typography menu link

This commit is contained in:
nixa 2016-05-03 11:56:21 +03:00
parent 200598fe85
commit 6445388f76
3 changed files with 9 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import {Component, ViewEncapsulation} from 'angular2/core';
pipes: [],
providers: [],
styles: [],
template: 'typography'
template: require('./typography.html'),
})
export class Typography {

View file

@ -0,0 +1 @@
hello

View file

@ -18,7 +18,13 @@ export class SidebarService {
icon: 'ion-android-laptop',
selected: false,
expanded: false,
order: 200
order: 200,
subMenu: [
{
title: 'Typography',
name: 'Typography',
},
]
},
{
title: 'Maps',