0.1.3 • Published 8 years ago
ngx-google-maps-wrapper v0.1.3
ngx-google-maps-wrapper
Installation
To install this library, run:
$ npm install ngx-google-maps-wrapper --saveConsuming 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-wrapperand 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 buildTo lint all *.ts files:
$ npm run lintLicense
MIT © Conquex