Preview:
platform.ready().then(() => {
  this.admobFree.interstitial.config(this.interstitialConfig);
  this.admobFree.interstitial.prepare()
    .then(() => { }).catch(e => alert(e));
});

this.admobFree.on('admob.interstitial.events.CLOSE').subscribe(() => {
  this.admobFree.interstitial.prepare()
    .then(() => {}).catch(e => alert(e));
});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter