ngx-network
Version:
get and tracking the network speed with simplest way ever
12 lines (11 loc) • 627 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ModuleConfig } from './api/module-config';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common/http";
export declare const NGX_NETWORK_CONFIG = "NGX_NETWORK_CONFIG";
export declare class NgxNetworkModule {
static forRoot(config?: ModuleConfig): ModuleWithProviders<NgxNetworkModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxNetworkModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxNetworkModule, never, [typeof i1.HttpClientModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxNetworkModule>;
}