You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
I added this cordova plugin in my Ionic project using this in terminal cordova plugin add https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-system-cpu/
Now how to import this plugin to the app.module.ts and later in tab.page.ts in order to display memory and cpu usage?
(Can I do: import {ChromeSystemCpu} from ????
also in order to use it in the class cordova.plugins.ChromeSystemCPU?
P.S: I want the current frequency of CPU and also current memory usage.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I added this cordova plugin in my Ionic project using this in terminal
cordova plugin add https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-system-cpu/
Now how to import this plugin to the app.module.ts and later in tab.page.ts in order to display memory and cpu usage?
(Can I do:
import {ChromeSystemCpu} from ????
also in order to use it in the class
cordova.plugins.ChromeSystemCPU?
P.S: I want the current frequency of CPU and also current memory usage.
Thanks
The text was updated successfully, but these errors were encountered: