UNPKG

@lotto24-angular/imports-orchestrator

Version:

Orchestrate dynamically imported components in Angular applications

8 lines (7 loc) 486 B
import { ImportsOrchestratorConcurrency } from './internal'; export declare function withConcurrencyRelativeToDownlinkSpeed(max?: number, min?: number): ImportsOrchestratorConcurrency; /** * @param onUpdateConcurrencyFn called when queue processor updates concurrency; */ export declare function withConcurrencyUpdateFn(onUpdateConcurrencyFn: () => number): ImportsOrchestratorConcurrency; export declare function withConcurrencyStatic(value: number): ImportsOrchestratorConcurrency;