-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no support for Angular 16! #118
Comments
Please update google places to be compatible with Angular 16! |
I have literally written my own directive for this in about 30 mins and it works fine! Couldn't find a suitable solution as don't use Angular Material for anything. |
@lana-white can you share your solution of ngx-google-places-autocomplete for angular16. |
@mfsi-samu, I've just made my own. I couldn't find anything/any plugin suitable. This is the Directive:
This is my component (which handles the formatting etc):
|
Because of inactivity of this package, I created my own package which is fully compatible with this one, code base was used from this package and adjusted to new coding standards, is Angular 16 compatible. You can try: |
I was on holiday, but anyways, thanks for the posts! |
No directive found with exportAs 'ngx-places'.I got this error please help. One more thing do u need ngx-google-places-autocomplete package too?? In HTML: <input |
Our web application uses google recaptcha which was developed using Angular 14.
When we were close to the go-live our client tested it on several real devices, one of them is an iPhone 11 Pro Max with iOS 16.3.1 installed. He reports having problems filling in some form fields.
We could replicate these in a Browserstack Live session on a real device of the same model.
Turns out that we needed to update Angular and Material from version 14 to 16 to resolve those issues.
So we first decided to upgrade to Angular 15 first including Material.
We did this without too many problems and used Browserstack Live again and the problems were still there for iOS versions 16.
So then we tried to upgrade to Angular / Material 16 but that didn't work out well, as ng-recaptcha reported an issue, this we could fix to upgrade to version 12, but then there was another issue: ngx-google-places-autocomplete did not support Angular 16.
Looks like this package is not updated since a couple of years - is it still active?
So, the big Q is here, will there be support for Angular 16?
Or should we completely steer away from using Google recaptcha?
The text was updated successfully, but these errors were encountered: