UNPKG

ngx-network

Version:

get and tracking the network speed with simplest way ever

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