ngx-google-places-autocomplete
ngx-google-places-autocomplete copied to clipboard
Google Places autocomplete for angular web project
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog Sourced from extend's changelog. 3.0.2 / 2018-07-19 [Fix] Prevent merging __proto__ property (#48) [Dev Deps] update eslint, @ljharb/eslint-config, tape [Tests] up to node...
When running in Universal Mode, google is not defined there should be a wrapper around the google lib access to check for platformIsBrowser. ``` ERROR ReferenceError: google is not defined...
I want to reset the value in the input, but when I do it gives an error "InvalidValueError: setTypes not an Array". It does not reset any values on the...
how to validate if there is no search result show? Is there no result while on search.
If you have the ngx-places input inside a tab with *ngIf, navigating back and forth will produce multiple .pac-container elements I had to write a function to remove them on...
Hello, I have this new deprecation warning: ```diff - utc_offset is deprecated as of November 2019 and will be turned off in November 2020. Use utc_offset_minutes instead. ``` https://developers.google.com/maps/documentation/javascript/place_field_js_migration#utc_offset_field Can...
When testing a component that uses GooglePlaceModule I get below error: ``` ReferenceError: Can't find variable: google in http://localhost:9876/_karma_webpack_/vendor.bundle.js (line 213542) isGoogleLibExists@http://localhost:9876/_karma_webpack_/vendor.bundle.js:213542:25 initialize@http://localhost:9876/_karma_webpack_/vendor.bundle.js:213554:36 ```
I'm working in Angular7 and I have three input fields **one for the city name,** **one for a venue** and **one for the address of the venue** selected. Can you...
Hi, I have been following the example to try and add this to my application but I am getting the following error core.js:6241 ERROR ReferenceError: google is not defined But...