I've been attempting to use angular-google-chart version 0.0.11, and I even tried version 0.1.0
Unfortunately, it continuously fails at
window.google.load('visualization', apiConfig.version, settings);
Upon debugging the issue, I discovered that window.google is undefined
Furthermore, I attempted the solution provided in the following link with no success:
https://github.com/angular-google-chart/angular-google-chart/issues/267
If anyone has any insights or can offer assistance, I would greatly appreciate it.