@ng-maps/google
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

@ng-maps/google

@ng-maps/google is a simple, modular and tree-shakable library for displaying google-maps inside an angular application

Installation

  • Npm: npm install @ng-maps/google
  • Yarn: yarn add @ng-maps/google

Then you will need to install typings for google maps as a dev dependency

  • Npm: npm install -D @types/google.maps
  • Yarn: yarn add -D @types/google.maps

Add NgMapsGoogleModule to your AppModule.

Provide your API key with the token provider

{
  provide: GOOGLE_MAPS_API_CONFIG,
  useValue: {
    apiKey: 'YOUR_API_KEY'
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.0-alpha.30next
8.0.0179latest

Version History

VersionDownloads (Last 7 Days)Published
8.0.0179
7.0.0669
6.0.02,116
5.0.4622
5.0.315
5.0.20
5.0.10
5.0.00
4.0.26
4.0.10
4.0.0107
3.0.162
3.0.06
2.2.074
2.1.00
2.0.10
2.0.01
2.0.0-alpha.40
2.0.0-alpha.30
2.0.0-alpha.20

Package Sidebar

Install

npm i @ng-maps/google

Weekly Downloads

3,857

Version

8.0.0

License

MIT

Unpacked Size

136 kB

Total Files

19

Last publish

Collaborators

  • dasch