@siemens/ix-angular 2.3.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,8 +6,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
6
6
  import { __decorate } from 'tslib';
7
7
  import { fromEvent } from 'rxjs';
8
8
  import { DOCUMENT } from '@angular/common';
9
- import { defineCustomElements } from '@siemens/ix-icons/loader';
10
- import { applyPolyfills, defineCustomElements as defineCustomElements$1 } from '@siemens/ix/loader';
9
+ import { defineCustomElements as defineCustomElements$1 } from '@siemens/ix-icons/loader';
10
+ import { defineCustomElements } from '@siemens/ix/loader';
11
11
 
12
12
  class ValueAccessor {
13
13
  constructor(el) {
@@ -2604,8 +2604,7 @@ const appInitialize = (doc) => {
2604
2604
  return;
2605
2605
  }
2606
2606
  didInitialize = true;
2607
- await applyPolyfills();
2608
- await defineCustomElements();
2607
+ defineCustomElements();
2609
2608
  await defineCustomElements$1();
2610
2609
  }
2611
2610
  };