Lootstrap-angular
Accordion
Avatar
Breadcrumb
Card
Carousel
Dialog
Notify
Pagination
Rating
Sidenav
Spinner
Table
Tabs
Time
Timeline
TreeView
Highlighter
Mapper
Tooltip
Ng - Mapper

Powered by:
@angular/google-maps

Mapper Overview

Properties
ParamsDescription
[Options:MapperOption]
export interface MapperOption {
  type: MapperType;
  mapType: MapType;
  center: LatLng;
  infoContent?: string;
  markers: Marker[];
  zoom: Zoom;
  zoomControl?: boolean;
  scrollWheel?: boolean;
  fullscreenControl?: boolean;
  mapTypeControl?: boolean;
  streetViewControl?: boolean;
}
          
***.module.ts
import {MapperModule} from '@qrsln/mapper';

@NgModule({
  imports: [MapperModule, /*...*/],
})
  
index.html
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key="></script>
<!--<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>-->