Open Iv4nildo opened 2 years ago
Same here. I tried with:
import { AdmobOriginal } from '@awesome-cordova-plugins/admob';
And in constructor:
private admob: AdmobOriginal
And now editor is okay, but ionic doesn't compile.
I ended using "Admob Plus" instead.
Same issue.
try
import {Admob} from '@awesome-cordova-plugins/admob/ngx';
difference is the ngx at the end
i'm following the documentation on a capacitor app
https://ionicframework.com/docs/native/admob but this error made me stop:
does anyone have a solution for this?