How to get access of connected network information in angular?

68 Views Asked by At
{
    networkType: "2g" | "3g" | "4g" | "5g",
    connectionType: "wifi" | "bluetooth" | "ethernate" ,
    uploadingSpeed: "",
    downloadingSpeed: "",
    networkStrength : "",
    cellularOperator : "jio" | "vodafone" | "idea" | "others",
    networkAccuracy:""
}

I need this information which is described inside the object's key.

Suggest to me any library that will provide these details as described above.

0

There are 0 best solutions below