Ionic 4 Angular 8 - Uncaught ReferenceError: global is not defined
as @richardsengers answer
https://github.com/aws-amplify/amplify-js/issues/678#issuecomment-389106098
include this
(window as any).global = window;
In your polyfills.ts
file