UNPKG

@asoftwareworld/google-adsense

Version:
12 lines (11 loc) 692 B
import { ModuleWithProviders } from '@angular/core'; import { AswGoogleAdsenseConfig } from './google-adsense-config'; import * as i0 from "@angular/core"; import * as i1 from "./google-adsense"; import * as i2 from "@angular/common"; export declare class AswGoogleAdsenseModule { static forRoot(config?: Partial<AswGoogleAdsenseConfig>): ModuleWithProviders<AswGoogleAdsenseModule>; static ɵfac: i0.ɵɵFactoryDeclaration<AswGoogleAdsenseModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AswGoogleAdsenseModule, [typeof i1.AswGoogleAdsense], [typeof i2.CommonModule], [typeof i1.AswGoogleAdsense]>; static ɵinj: i0.ɵɵInjectorDeclaration<AswGoogleAdsenseModule>; }