This repository is part of a tutorial that shows how to add AdMob to your Ionic 3 App.
Check the complete step by step tutorial in: https://ionicthemes.com/tutorials/about/monetize-your-ionic-2-app-with-admob
Install dependencies
npm install
The AdMob plugin uses cordova, so it will not work in the browser. You need to try it on a real device or on an emulator
ionic cordova platform add android
ionic cordova run android