ngx-stimulsoft
Version:
Angular reporter for stimulsoftJS
5 lines (4 loc) • 348 B
TypeScript
import { OptionsConfig } from './config';
import { EnvironmentProviders } from '@angular/core';
export declare function configFactory(initConfig: OptionsConfig, configValue?: OptionsConfig | (() => OptionsConfig)): OptionsConfig;
export declare function provideStimulsoft(configValue?: OptionsConfig | (() => OptionsConfig)): EnvironmentProviders;