ngx-stimulsoft
Version:
Angular reporter for stimulsoftJS
11 lines (10 loc) • 585 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { OptionsConfig } from './config';
import * as i0 from "@angular/core";
export declare class NgxStimulsoftModule {
static forRoot(configValue?: OptionsConfig | (() => OptionsConfig)): ModuleWithProviders<NgxStimulsoftModule>;
static forChild(): ModuleWithProviders<NgxStimulsoftModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxStimulsoftModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxStimulsoftModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxStimulsoftModule>;
}