Skip to content

Commit

Permalink
feat(dashing): initial experiment to implement dashing.io
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jan 28, 2019
1 parent 2ce5f6a commit c16bac6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/core/src/lib/menu-data.ts
Expand Up @@ -77,6 +77,11 @@ export const defaultMenu: MenuItem[] = [
icon: 'apps',
link: '/dashboard/experiments/layout',
},
{
name: 'Dashing',
icon: 'apps',
link: '/dashboard/experiments/dashing',
},
{
name: 'Viewport',
icon: 'view_carousel',
Expand Down

0 comments on commit c16bac6

Please sign in to comment.