@agme/core

Angular components for Google Maps Extended

Usage no npm install needed!

<script type="module">
  import agmeCore from 'https://cdn.skypack.dev/@agme/core';
</script>

README

Angular Google Maps Extended (AGME) Core - Angular Google Maps components

@agme/core contains solutions for the Google Maps JavaScript Core API.

This is an extended version of AGM that adds new features that currently don't exist in AGM or havent been implemented. It also uses the google maps types instead of custom types. This allows for easier and faster paces development. This library is more strongly typed but less strict in testing.

The sources for this package are in the angular-google-maps repository. Please file issues and pull requests against that repo.

This package contains different sources for different users:

  1. The files located in the root dirare ES5 based with ES2015 modules.
  2. Files with the name pattern *.umd.js are UMD bundled modules for fast load times during development.

License: See LICENSE file in this folder.