mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 00:44:07 +01:00
bubble maps
This commit is contained in:
parent
1b2b7e42b1
commit
f63d286aa1
23 changed files with 830 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import {RouteConfig} from 'angular2/router';
|
|||
|
||||
import {GoogleMaps} from './components/googleMaps';
|
||||
import {LeafletMaps} from "./components/leafletMaps";
|
||||
import {BubbleMaps} from "./components/bubbleMaps/bubbleMaps.component";
|
||||
|
||||
@Component({
|
||||
selector: 'maps',
|
||||
|
|
@ -23,6 +24,11 @@ import {LeafletMaps} from "./components/leafletMaps";
|
|||
component: LeafletMaps,
|
||||
path: '/leaflet-maps',
|
||||
},
|
||||
{
|
||||
name: 'BubbleMaps',
|
||||
component: BubbleMaps,
|
||||
path: '/bubble-maps',
|
||||
},
|
||||
])
|
||||
export class Maps {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue