Maps
Google Map
Adding Google Maps in your project
import { GoogleMapComponent} from './maps/google-map/googlemap.component';import { GoogleMapComponent} from './maps/google-map/googlemap.component';{ path: 'maps/googlemap', component: GoogleMapComponent }
Leaflet Map
Adding Leaflet Maps in your project
import { LeafletMapComponent} from './maps/leaflet-map/leafletmap.component';import { LeafletMapComponent} from './maps/leaflet-map/leafletmap.component';{ path: 'maps/leafletmap', component: LeafletMapComponent }
Last updated
Was this helpful?