Even When I am trying to clone demo app Its seems not working for me
Can you guys please help me out here
import {Appearance} from '@angular-material-extensions/google-maps-autocomplete';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 import {MatGoogleMapsAutocompleteModule} from '@angular-material-extensions/google-maps-autocomplete';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in src/app/app.component.ts:2:51 - error TS2307: Cannot find module '@angular-material-extensions/google-maps-autocomplete'.
2 import {Appearance, GermanAddress, Location} from '@angular-material-extensions/google-maps-autocomplete';
for https://angular-material-extensions.github.io/link-preview/doc/index.html
Is I can run without using this URL and access key ?
export class MatLinkPreviewService {
private _accessKey = '5b54e80a65c77848ceaa4630331e8384950e09d392365';
private _apiURL = 'https://api.linkpreview.net/';
npm ERR! While resolving: entity-monorepo-prototype@0.0.1
npm ERR! Found: zone.js@0.11.3
npm ERR! node_modules/zone.js
npm ERR! zone.js@"^0.11.1" from the root project
npm ERR! peer zone.js@"~0.11.1" from @angular-material-extensions/google-maps-autocomplete@6.0.0
npm ERR! node_modules/@angular-material-extensions/google-maps-autocomplete
npm ERR! @angular-material-extensions/google-maps-autocomplete@"*" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.10.3" from @angular/core@10.2.3
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"^10.1.4" from the root project
npm ERR! peer @angular/core@"^9.1.0 || ^10.0.0" from @agm/core@3.0.0-beta.0
npm ERR! node_modules/@agm/core
npm ERR! peer @agm/core@"^3.0.0-beta.0" from @angular-material-extensions/google-maps-autocomplete@6.0.0
npm ERR! node_modules/@angular-material-extensions/google-maps-autocomplete
npm ERR! @angular-material-extensions/google-maps-autocomplete@"*" from the root project
npm ERR! 1 more (@angular/common)
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/ryan/.npm/eresolve-report.txt for a full report.
How can I set bounds for MatGoogleMapsAutocomplete?
So, I'm working with MatGoogleMapsAutocomplete. I'm using a directive approach on my angular project.
I can see at the documentation, that there is an input called "Strict bounds" for limiting the search results, based on the bounds described, but there is no info on how to describe these bounds.
How can I define these bounds in order to decrease the results of autocomplete based on the city selected?
Maybe there are there any good practices how I can combine the MatGoogleMapsAutocomplete directive approach with google.maps.places.Autocomplete which relies on creating a brand new class? it's my first geocoding task, and I can't help myself
Hello Everyone,
I'm using Angular 5. in one of my project where we used passwords strength lib to show and validate the strength,
But unfortunately lib have some error in safari v15 related to Animation and backface-visibility css.
Can someone help me to resolve or let me know the upgraded version where it is resolved.
Thanks in Advance.