mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 18:48:50 +01:00
line maps component
This commit is contained in:
parent
f63d286aa1
commit
2dff3f8ae0
9 changed files with 521 additions and 3 deletions
|
|
@ -3,7 +3,8 @@ import {RouteConfig} from 'angular2/router';
|
|||
|
||||
import {GoogleMaps} from './components/googleMaps';
|
||||
import {LeafletMaps} from "./components/leafletMaps";
|
||||
import {BubbleMaps} from "./components/bubbleMaps/bubbleMaps.component";
|
||||
import {BubbleMaps} from "./components/bubbleMaps";
|
||||
import {LineMaps} from "./components/lineMaps";
|
||||
|
||||
@Component({
|
||||
selector: 'maps',
|
||||
|
|
@ -29,6 +30,11 @@ import {BubbleMaps} from "./components/bubbleMaps/bubbleMaps.component";
|
|||
component: BubbleMaps,
|
||||
path: '/bubble-maps',
|
||||
},
|
||||
{
|
||||
name: 'LineMaps',
|
||||
component: LineMaps,
|
||||
path: '/line-maps',
|
||||
},
|
||||
])
|
||||
export class Maps {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue