
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
angular8-yandex-maps
Advanced tools
Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API 2.0
Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API 2.0
npm install angular8-yandex-maps
Angular version | Library version |
---|---|
v20 | v20.x |
v16, v17, v18, v19 | v19.x |
v15 | v15.x |
v14 | v14.x |
v9, v10, v11, v12, v13 | v13.x |
v8 | v8.x |
v7 | v7.x |
v6 | v6.x |
Documentation for older versions can be found using the branches.
<div class="container">
<ya-map [center]="[55.751952, 37.600739]" [zoom]="12">
<ya-placemark [geometry]="[55.751952, 37.600739]"></ya-placemark>
</ya-map>
</div>
.container {
width: 1000px;
height: 500px;
}
import { Component } from '@angular/core';
import { AngularYandexMapsModule } from 'angular8-yandex-maps';
@Component({
standalone: true,
imports: [AngularYandexMapsModule],
})
export class AppComponent {}
import { ApplicationConfig, importProvidersFrom } from '@angular/core';
import { YaConfig, AngularYandexMapsModule } from 'angular8-yandex-maps';
const config: YaConfig = {
apikey: 'API_KEY',
};
export const appConfig: ApplicationConfig = {
providers: [importProvidersFrom(AngularYandexMapsModule.forRoot(config))],
};
import { NgModule } from '@angular/core';
import { AngularYandexMapsModule, YaConfig } from 'angular8-yandex-maps';
const config: YaConfig = {
apikey: 'API_KEY',
};
@NgModule({
imports: [AngularYandexMapsModule.forRoot(mapConfig)],
})
export class AppModule {}
FAQs
Yandex.Maps Angular components that implement the Yandex.Maps JavaScript API 2.0
The npm package angular8-yandex-maps receives a total of 658 weekly downloads. As such, angular8-yandex-maps popularity was classified as not popular.
We found that angular8-yandex-maps demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.