UNPKG

@ng-maps/core

Version:

**@ng-maps/core** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application

46 lines 1.03 kB
{ "name": "@ng-maps/core", "version": "7.0.0", "keywords": [ "angular", "ng", "maps", "map", "ng2", "angular2", "agm" ], "homepage": "https://ng-maps.github.io/core", "bugs": { "url": "https://github.com/ng-maps/ng-maps/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ng-maps/ng-maps.git" }, "peerDependencies": { "@angular/common": "^18.0.0", "@angular/core": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.12.0 || ~0.13.0 || ~0.14.0" }, "dependencies": { "tslib": "^2.0.0" }, "module": "fesm2022/ng-maps-core.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-maps-core.mjs", "esm": "./esm2022/ng-maps-core.mjs", "default": "./fesm2022/ng-maps-core.mjs" } }, "sideEffects": false }