UNPKG

ngx-suspense

Version:

This library is an experimetnal implementation of React Suspense for Angular.

8 lines (7 loc) 278 B
import { InjectionToken } from "@angular/core"; export interface ILoadingConfig { busyMinDurationMs?: number; busyDelayMs?: number; } export declare const LOADING_DEFUALT_CONFIG: ILoadingConfig; export declare const LOADING_CONFIG_TOKEN: InjectionToken<ILoadingConfig>;