Device informations with ionic

What kind of informations can I get with ionic? Can I get the CPU usage and the data traffic for example?

I looked the ngcordova plugins already but is not enough.

Ionic not provide device information directly , You can use Cordova to get device information

read this article

https://github.com/apache/cordova-plugin-device
http://docs.phonegap.com/en/edge/cordova_device_device.md.html

Thanks a lot. :grinning: