mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
refator(@theme): add menu transclusion in one-coll layout
This commit is contained in:
parent
d82d691681
commit
ed658566b3
8 changed files with 61 additions and 12 deletions
12
src/app/pages/pages-menu.ts
Normal file
12
src/app/pages/pages-menu.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { NgaMenuItem } from '@nga/theme/components/menu/menu.options';
|
||||
|
||||
import { List } from 'immutable';
|
||||
|
||||
export const menuItems: List<NgaMenuItem> = List([
|
||||
{
|
||||
title: 'lorem ipsum 1'
|
||||
},
|
||||
{
|
||||
title: 'lorem ipsum 2'
|
||||
}
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue