mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-25 10:46:09 +01:00
typography menu link
This commit is contained in:
parent
200598fe85
commit
6445388f76
3 changed files with 9 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import {Component, ViewEncapsulation} from 'angular2/core';
|
|||
pipes: [],
|
||||
providers: [],
|
||||
styles: [],
|
||||
template: 'typography'
|
||||
template: require('./typography.html'),
|
||||
})
|
||||
export class Typography {
|
||||
|
||||
|
|
|
|||
1
src/app/pages/ui/components/typography/typography.html
Normal file
1
src/app/pages/ui/components/typography/typography.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
hello
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue