@siemens/ix-angular 2.3.0 → 2.4.0

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, __awaiter } 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) {
@@ -2593,8 +2593,7 @@ const appInitialize = (doc) => {
2593
2593
  return;
2594
2594
  }
2595
2595
  didInitialize = true;
2596
- yield applyPolyfills();
2597
- yield defineCustomElements();
2596
+ defineCustomElements();
2598
2597
  yield defineCustomElements$1();
2599
2598
  }
2600
2599
  });