ng-gpt
Version:
A Angular implementation of the google GPT API.
12 lines (11 loc) • 648 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { GptConfig } from './gpt.config';
import * as i0 from "@angular/core";
import * as i1 from "./ng-gpt-ad.directive";
import * as i2 from "./ng-gpt-video.directive";
export declare class NgGptModule {
static forRoot(config?: GptConfig): ModuleWithProviders<NgGptModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgGptModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgGptModule, [typeof i1.NgGptAdDirective, typeof i2.NgGptVideoDirective], never, [typeof i1.NgGptAdDirective, typeof i2.NgGptVideoDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgGptModule>;
}