@six-group/ui-library-angular 4.0.2 → 4.0.3

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.
@@ -2169,9 +2169,8 @@ class UiLibraryAngularModule {
2169
2169
  providers: [
2170
2170
  {
2171
2171
  provide: APP_INITIALIZER,
2172
- useFactory: () => {
2173
- return defineCustomElements();
2174
- },
2172
+ useFactory: () => async () => defineCustomElements(),
2173
+ multi: true,
2175
2174
  },
2176
2175
  { provide: ValidationMessagesService, useClass: customValidationMessagesService ?? ValidationMessagesService },
2177
2176
  ],