UNPKG

@nativescript/firebase-admob

Version:
61 lines (54 loc) 3.48 kB
import * as i0 from '@angular/core'; import { Directive, NgModule } from '@angular/core'; import { registerElement } from '@nativescript/angular'; class BannerAdDirective { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BannerAdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.2", type: BannerAdDirective, selector: "BannerAd", ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: BannerAdDirective, decorators: [{ type: Directive, args: [{ selector: 'BannerAd', }] }] }); class NativeAdViewDirective { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: NativeAdViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.2", type: NativeAdViewDirective, selector: "NativeAdView", ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: NativeAdViewDirective, decorators: [{ type: Directive, args: [{ selector: 'NativeAdView', }] }] }); class MediaViewDirective { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: MediaViewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.2", type: MediaViewDirective, selector: "MediaView", ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: MediaViewDirective, decorators: [{ type: Directive, args: [{ selector: 'MediaView', }] }] }); // @ts-ignore class AdmobModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: AdmobModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.2", ngImport: i0, type: AdmobModule, declarations: [BannerAdDirective, NativeAdViewDirective, MediaViewDirective], exports: [BannerAdDirective, NativeAdViewDirective, MediaViewDirective] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: AdmobModule }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: AdmobModule, decorators: [{ type: NgModule, args: [{ declarations: [BannerAdDirective, NativeAdViewDirective, MediaViewDirective], exports: [BannerAdDirective, NativeAdViewDirective, MediaViewDirective], }] }] }); registerElement('NativeAdView', () => require('@nativescript/firebase-admob').NativeAdView); registerElement('BannerAd', () => require('@nativescript/firebase-admob').BannerAd); registerElement('MediaView', () => require('@nativescript/firebase-admob').MediaView); /** * Generated bundle index. Do not edit. */ export { AdmobModule, BannerAdDirective, MediaViewDirective, NativeAdViewDirective }; //# sourceMappingURL=nativescript-firebase-admob-angular.mjs.map