UNPKG

ngx-network

Version:

get and tracking the network speed with simplest way ever

7 lines (6 loc) 134 B
import { Units } from "./units"; export interface ModuleConfig { url?: string; speedUnit?: Units; delay?: number; }