UNPKG

ngx-load

Version:

A simple angular library for adding loaders.

7 lines (6 loc) 247 B
import { InjectionToken } from "@angular/core"; export interface LoaderConfiguration { loaderComponent: any; } export declare const CONFIGURATION_TOKEN: InjectionToken<unknown>; export declare const DEFAULT_CONFIGURATION: LoaderConfiguration;