imrranbadshah

Results 2 comments of imrranbadshah

I solved the issue by doing below steps 1. Uninstall currently installed GoogleMaps Plugin and install using this command > **npm i git+https://github.com/mapsplugin/cordova-plugin-googlemaps.git#0b8ea76ad34fb2a202a9de1b9d0e051a82ad9443** 2. install these 3 plugins > ionic...

after doing this steps u can access the plugins by declaring ```declare const window: any;``` below imports in ur `app.component.ts` file For eg : To set the google maps key...