@altack/ngx-onetrust
Version:
OneTrust loader & wrapper for Angular
10 lines (9 loc) • 474 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { OneTrustConfig } from './types';
import * as i0 from "@angular/core";
export declare class OneTrustModule {
static forRoot(oneTrustConfig: OneTrustConfig): ModuleWithProviders<OneTrustModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<OneTrustModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OneTrustModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<OneTrustModule>;
}