UNPKG

ngx-loader-indicator

Version:

The best directive without wrapping your element to additional component

6 lines (5 loc) 491 B
import { EnvironmentProviders, Provider } from '@angular/core'; import { optionsConfig } from './ngx-loader-indicator.config'; export declare function _configFactory(initConfig: optionsConfig, configValue?: optionsConfig): optionsConfig; export declare function provideNgxLoaderIndicator(configValue?: optionsConfig | (() => optionsConfig)): Provider[]; export declare function provideEnvironmentNgxLoaderIndicator(configValue?: optionsConfig | (() => optionsConfig)): EnvironmentProviders;