UNPKG

ngx-loading

Version:

A customisable loading spinner for Angular applications.

7 lines (6 loc) 209 B
import { INgxLoadingConfig } from './ngx-loading-config'; export declare class NgxLoadingService { private config; loadingConfig: INgxLoadingConfig; constructor(config: INgxLoadingConfig); }