UNPKG

ngx-stimulsoft

Version:
11 lines (10 loc) 585 B
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>; }