6.0.0 • Published 3 months ago

@ng-maps/google v6.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 months ago

@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'
  }
}
6.0.0

3 months ago

5.0.4

10 months ago

5.0.3

11 months ago

5.0.2

11 months ago

5.0.1

12 months ago

5.0.0

12 months ago

4.0.1

12 months ago

4.0.2

12 months ago

4.0.0

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

2.2.0

2 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

2.0.0-alpha.4

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.2

4 years ago

2.0.0-alpha.1

4 years ago