Skip to content

Commit

Permalink
refactor(tree-grid): fix alphabetical order of components in dev demos
Browse files Browse the repository at this point in the history
  • Loading branch information
wnvko committed Dec 5, 2018
1 parent 7c0c166 commit 1016d3e
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class AppComponent implements OnInit {
},
{
link: '/dropDown',
icon: 'drop_down',
icon: 'view_list',
name: 'DropDown'
},
{
Expand Down Expand Up @@ -183,16 +183,6 @@ export class AppComponent implements OnInit {
icon: 'view_column',
name: 'Grid Toolbar'
},
{
link: '/treeGrid',
icon: 'view_column',
name: 'Tree Grid'
},
{
link: '/treeGridFlatData',
icon: 'view_column',
name: 'Tree Grid Flat Data'
},
{
link: '/icon',
icon: 'android',
Expand Down Expand Up @@ -225,12 +215,12 @@ export class AppComponent implements OnInit {
},
{
link: '/overlay',
icon: 'overlay',
icon: 'flip_to_front',
name: 'Overlay'
},
{
link: '/overlay-animation',
icon: 'overlay_animation',
icon: 'flip_to_front',
name: 'Overlay Animation'
},
{
Expand Down Expand Up @@ -267,6 +257,16 @@ export class AppComponent implements OnInit {
link: '/toast',
icon: 'android',
name: 'Toast'
},
{
link: '/treeGrid',
icon: 'view_column',
name: 'Tree Grid'
},
{
link: '/treeGridFlatData',
icon: 'view_column',
name: 'Tree Grid Flat Data'
}
];

Expand All @@ -286,25 +286,25 @@ export class AppComponent implements OnInit {
icon: 'view_quilt',
name: 'Layout'
},
{
link: '/ripple',
icon: 'wifi_tethering',
name: 'Ripple'
},
{
link: '/virtualForDirective',
icon: 'view_column',
name: 'Virtual-For Directive'
},
{
link: '/mask',
icon: 'view_column',
name: 'Mask Directive'
},
{
link: '/ripple',
icon: 'wifi_tethering',
name: 'Ripple'
},
{
link: '/tooltip',
icon: 'info',
name: 'Tooltip'
},
{
link: '/virtualForDirective',
icon: 'view_column',
name: 'Virtual-For Directive'
}
];

Expand All @@ -314,15 +314,15 @@ export class AppComponent implements OnInit {
icon: 'color_lens',
name: 'Colors'
},
{
link: '/typography',
icon: 'font_download',
name: 'Typography'
},
{
link: '/shadows',
icon: 'layers',
name: 'Shadows'
},
{
link: '/typography',
icon: 'font_download',
name: 'Typography'
}
];

Expand Down

0 comments on commit 1016d3e

Please sign in to comment.