0.0.19 • Published 4 months ago

aurelia2-google-maps v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

aurelia2-google-maps

A plugin for working with Google Maps in Aurelia 2 applications.

Installation

npm install aurelia2-google-maps to install the plugin.

Inside of main.ts/main.js import the plugin and register it:

import { GoogleMapsConfiguration } from 'aurelia2-google-maps';

Aurelia.register(
    GoogleMapsConfiguration.customize((config) => {
        config.options({
            apiKey: '',
            region: 'AU',
            options: {
                backgroundColor: '#495061',
            }
        });
    }),
);
0.0.19

4 months ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago