UNPKG

ngx-spinner

Version:

A library with more than 50 different loading spinners for Angular 4 - 19. (https://napster2210.github.io/ngx-spinner/)

12 lines (11 loc) 645 B
import { ModuleWithProviders } from "@angular/core"; import { NgxSpinnerConfig } from "./config"; import * as i0 from "@angular/core"; import * as i1 from "./ngx-spinner.component"; import * as i2 from "./safe-html.pipe"; export declare class NgxSpinnerModule { static forRoot(config?: NgxSpinnerConfig): ModuleWithProviders<NgxSpinnerModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxSpinnerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSpinnerModule, never, [typeof i1.NgxSpinnerComponent, typeof i2.SafeHtmlPipe], [typeof i1.NgxSpinnerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxSpinnerModule>; }