ngx-loading
Version:
A customisable loading spinner for Angular applications.
12 lines (11 loc) • 669 B
TypeScript
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";
import * as i2 from "@angular/common";
export declare class NgxLoadingModule {
static forRoot(loadingConfig: INgxLoadingConfig): ModuleWithProviders<NgxLoadingModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLoadingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLoadingModule, [typeof i1.NgxLoadingComponent], [typeof i2.CommonModule], [typeof i1.NgxLoadingComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLoadingModule>;
}