UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

7 lines (6 loc) 217 B
import { HttpParams } from "@angular/common/http"; export declare class XmatHttpParams extends HttpParams { preDelay: number; postDelay: number; constructor(preDelay?: number, postDelay?: number); }