mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 12:18:49 +01:00
feat(maps): add bubble maps page
This commit is contained in:
parent
782bd3b9aa
commit
d47878dd29
9 changed files with 583 additions and 7 deletions
|
|
@ -60,11 +60,14 @@ export const MENU_ITEMS: List<NgaMenuItem> = List([{
|
|||
title: 'Maps',
|
||||
icon: 'ion ion-ios-location-outline',
|
||||
children: List<NgaMenuItem>([{
|
||||
title: 'Gmaps',
|
||||
title: 'Google Maps',
|
||||
link: '/pages/maps/gmaps',
|
||||
}, {
|
||||
title: 'Leaflet',
|
||||
title: 'Leaflet Maps',
|
||||
link: '/pages/maps/leaflet',
|
||||
}, {
|
||||
title: 'Bubble Maps',
|
||||
link: '/pages/maps/bubble',
|
||||
}]),
|
||||
}, {
|
||||
title: 'Charts',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue