UNPKG

ngx-ui-loader

Version:

An all-in-one and fully customizable loader/spinner for Angular applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.

7 lines (6 loc) 266 B
import { InjectionToken } from '@angular/core'; import { NgxUiLoaderHttpConfig } from '../utils/interfaces'; /** * Injection token for ngx-ui-loader-http configuration */ export declare const NGX_UI_LOADER_HTTP_CONFIG_TOKEN: InjectionToken<NgxUiLoaderHttpConfig>;