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.
18 lines (17 loc) • 900 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgxUiLoaderConfig } from '../utils/interfaces';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-ui-loader.component";
import * as i2 from "./ngx-ui-loader-blurred.directive";
import * as i3 from "@angular/common";
export declare class NgxUiLoaderModule {
/**
* forRoot
*
* @returns A module with its provider dependencies
*/
static forRoot(ngxUiLoaderConfig: NgxUiLoaderConfig): ModuleWithProviders<NgxUiLoaderModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxUiLoaderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxUiLoaderModule, [typeof i1.NgxUiLoaderComponent, typeof i2.NgxUiLoaderBlurredDirective], [typeof i3.CommonModule], [typeof i1.NgxUiLoaderComponent, typeof i2.NgxUiLoaderBlurredDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxUiLoaderModule>;
}