0.1.3 • Published 7 years ago

ngx-google-maps-wrapper v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ngx-google-maps-wrapper

Installation

To install this library, run:

$ npm install ngx-google-maps-wrapper --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install ngx-google-maps-wrapper

and then from your component:

// Import classes from your library
import { GoogleMaps, Marker, LatLng, Directions, InfoWindow, Autocomplete } from "ngx-google-maps-wrapper";

Once your library is imported, you can use its components and directives in your Angular application.

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Conquex

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago