Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ngx-google-map
Advanced tools
ngx-google-map is a angular 4 and above component for angular apps.
ngx-google-map
an Angular 4 based component for using google maps in your angular app.
npm install ngx-google-map
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=geometry,places"></script>
NgxGoogleMapModule
from ngx-google-map
:import { NgxGoogleMapModule } from 'ngx-google-map'
NgxGoogleMapModule
to the imports of your NgModule:@NgModule({
imports: [
...,
NgxGoogleMapModule
],
...
})
class YourModule { ... }
<ngx-google-map></ngx-google-map>
in your templates to add google maps in your view like below<ngx-google-map [mapType]="'ROADMAP'" [multiplePlaces]="false"></ngx-google-map>
mapType: string
- type of map that you want to be created defaults to ROADMAP
.multiplePlaces: boolean
- property whether user can select multiple places on the map defaults to false
.mapClick: EventEmitter
- click event whenever a user clicks on the map anywhere,markerClick: EventEmitter
- click event when a user clicks on a marker on the map,locationSelected: EventEmitter
- event whena user selects a location on the map{
locations: []: selectedLocations,
}
Intial release
Found a bug or an issue with this? Open a new issue here on GitHub.
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
FAQs
ngx-google-map is a angular 4 and above component for angular apps.
The npm package ngx-google-map receives a total of 102 weekly downloads. As such, ngx-google-map popularity was classified as not popular.
We found that ngx-google-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.