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.