fix(demo): refactor notifications

This commit is contained in:
KostyaDanovsky 2017-07-24 15:28:56 +03:00
parent b403977592
commit 43aca56e0d
5 changed files with 124 additions and 65 deletions

View file

@ -56,7 +56,7 @@ export const MENU_ITEMS: List<NgaMenuItem> = List([
title: 'Tree',
link: '/pages/components/tree',
}, {
title: 'Toaster',
title: 'Notifications',
link: '/pages/components/notifications',
},
]),