Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from admin-ch/ie11
Browse files Browse the repository at this point in the history
Ie11
  • Loading branch information
gillerr committed Sep 7, 2020
2 parents 7da5e83 + 3da3803 commit c960a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-ui",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import 'core-js/features/array/includes';
import 'core-js/features/object/entries';
import '@angular/localize/init';
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
Expand Down

0 comments on commit c960a91

Please sign in to comment.