@skyux/core 7.0.0-beta.12 → 7.0.0-beta.13

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.
@@ -1229,7 +1229,7 @@ class SkyDynamicComponentService {
1229
1229
  };
1230
1230
  const injector = Injector.create({
1231
1231
  providers: options.providers || [],
1232
- parent: __classPrivateFieldGet(this, _SkyDynamicComponentService_injector, "f"),
1232
+ parent: options.parentInjector || __classPrivateFieldGet(this, _SkyDynamicComponentService_injector, "f"),
1233
1233
  });
1234
1234
  const componentRef = createComponent(componentType, {
1235
1235
  environmentInjector: __classPrivateFieldGet(this, _SkyDynamicComponentService_applicationRef, "f").injector,