@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.
- package/documentation.json +404 -378
- package/esm2020/lib/modules/dynamic-component/dynamic-component-options.mjs +1 -1
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +2 -2
- package/fesm2015/skyux-core.mjs +1 -1
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +1 -1
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/lib/modules/dynamic-component/dynamic-component-options.d.ts +5 -1
- package/package.json +2 -2
package/fesm2020/skyux-core.mjs
CHANGED
@@ -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,
|