UNPKG

ngx-ui-loader

Version:

An all-in-one and fully customizable loader/spinner for Angular applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.

4 lines (3 loc) 221 B
import { Config, Exclude } from './interfaces'; export declare function getExcludeObj(config: Config): Exclude; export declare function isIgnored(url: string, excludeStrings: string[], excludeRegexps: RegExp[]): boolean;