ng4-geoautocomplete icon indicating copy to clipboard operation
ng4-geoautocomplete copied to clipboard

angular 4 compatable google autocomplete with server side api support and AOT enabled

Results 30 ng4-geoautocomplete issues
Sort by recently updated
recently updated
newest added

I am using angular 10 facing this issue node_modules/ng4-geoautocomplete/ng-4-geoautocomplete.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).

Bumps [codecov](https://github.com/codecov/codecov-node) from 2.3.1 to 3.7.1. Release notes Sourced from codecov's releases. v3.6.4 Fix for Cirrus CI v3.6.3 AWS Codebuild fixes + package updates v3.6.2 command line args sanitised v3.6.1...

dependencies

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.4.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...

dependencies

Fix for **Module not found: Error: Can't resolve '@angular/http'**

We are getting the below issue while updating the angular version from 7 to 8. We are not able to update the latest version because of the issue. ng4-geoautocomplete has...

Description: When user inputString of UserSettings interface, component load with the configured string correctly, but no event was emitted when the user clears this string, the event only will be...

The demo shows that the library is capable of using a server API instead of using Google. I was wondering if there is any information available over this API, how...

in #19 @odecharette requested a feature to specify custom text for the labels.

For example: ``` ... ``` By clicking the search icon my form would submit. Desired behavior: Add `type="button"` to the current type of the button that holds the icon. Thank...

How to filter data which is coming from api. API has latitude and longitude so how to implement this any demo on stackblitz. It will be appreciated. Thanks in advance