Skip to main content
AdMob Plus provides an Ionic Native wrapper for seamless AdMob integration in Ionic applications.

Package Information

Package Name: @admob-plus/ionic Version: 2.0.0-alpha.19 Dependencies: Requires admob-plus-cordova and @ionic-native/core Platforms: Android, iOS (via Cordova or Capacitor)

Key Features

Ionic Native Wrapper

Built as an Ionic Native plugin for Angular integration

Observable API

RxJS observables for reactive programming

Angular Support

First-class Angular and Ionic Framework support

All Ad Formats

Banner, Interstitial, Rewarded, Native, and App Open ads

What You’ll Learn

This section covers Ionic integration:
  • Installation - Add the package to your Ionic project
  • Usage - Implement ads in your Ionic app

Architecture

The Ionic Native wrapper provides an Angular-friendly API over the Cordova plugin:
import { AdMob } from '@admob-plus/ionic/ngx';

// Inject in component
constructor(private admob: AdMob) {}

// Use with Angular patterns
async showAd() {
  await this.admob.start();
}

Ionic Compatibility

  • Ionic Framework: 4.0.0+
  • Angular: 17.0.0+
  • Ionic Native Core: 4.0.0+
  • RxJS: 5.5.0+

Underlying Plugin

The package wraps admob-plus-cordova, so all Cordova plugin features are available.

Repository

View on GitHub

Open source and actively maintained

Next Steps

Installation

Install the package in your Ionic project

Usage Guide

Learn how to display ads

Build docs developers (and LLMs) love