UNPKG

@ng-maps/places

Version:

Components related to places library. Currently only an autocomplete directive is implemented that can be attached to an input field to provide places suggestions

47 lines 945 B
{ "name": "@ng-maps/places", "version": "8.0.0", "keywords": [ "angular", "ng", "google maps", "googlemaps", "maps", "map", "google", "ng2", "angular2", "agm", "places" ], "peerDependencies": { "@angular/common": ">=18.0.0", "@angular/core": ">=18.0.0", "@ng-maps/core": ">=6.0.0", "@ng-maps/google": ">=6.0.0" }, "homepage": "https://ng-maps.github.io/places", "license": "MIT", "bugs": { "url": "https://github.com/ng-maps/ng-maps/issues" }, "repository": { "type": "git", "url": "https://github.com/ng-maps/ng-maps.git" }, "dependencies": { "tslib": "^2.0.0" }, "module": "fesm2022/ng-maps-places.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-maps-places.mjs" } }, "sideEffects": false }