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.

19 lines (18 loc) 746 B
import { ModuleWithProviders } from '@angular/core'; import { NgxUiLoaderHttpConfig } from '../utils/interfaces'; import * as i0 from "@angular/core"; export declare class NgxUiLoaderHttpModule { /** * Constructor */ constructor(parentModule: NgxUiLoaderHttpModule); /** * forRoot * * @returns A module with its provider dependencies */ static forRoot(httpConfig: NgxUiLoaderHttpConfig): ModuleWithProviders<NgxUiLoaderHttpModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxUiLoaderHttpModule, [{ optional: true; skipSelf: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxUiLoaderHttpModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxUiLoaderHttpModule>; }