Skip to content

Commit

Permalink
Added globalthis polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Dec 31, 2024
1 parent d481f1f commit b5ca0c5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 10 deletions.
53 changes: 43 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"europa": "^6.0.0",
"europa-core": "^6.0.0",
"file-saver": "^2.0.5",
"globalthis": "^1.0.4",
"hammerjs": "^2.0.8",
"handlebars": "^4.7.8",
"he": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ import 'zone.js'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
import 'globalthis/auto';

0 comments on commit b5ca0c5

Please sign in to comment.