UNPKG

ngx-loading-reloaded

Version:

A customisable loading spinner for Angular applications (updated fork of ngx-loading).

11 lines (10 loc) 611 B
import type { ModuleWithProviders } from '@angular/core'; import type { INgxLoadingConfig } from './ngx-loading-config'; import * as i0 from "@angular/core"; import * as i1 from "./ngx-loading.component"; export declare class NgxLoadingModule { static forRoot(loadingConfig: INgxLoadingConfig): ModuleWithProviders<NgxLoadingModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxLoadingModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLoadingModule, never, [typeof i1.NgxLoadingComponent], [typeof i1.NgxLoadingComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxLoadingModule>; }