matcha-components 19.83.0 → 19.88.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.
|
@@ -2606,7 +2606,7 @@ class MatchaOverlayService {
|
|
|
2606
2606
|
this.createBackdrop();
|
|
2607
2607
|
const componentRef = createComponent(component, {
|
|
2608
2608
|
environmentInjector: this.appRef.injector,
|
|
2609
|
-
elementInjector: this.injector
|
|
2609
|
+
elementInjector: this.injector,
|
|
2610
2610
|
});
|
|
2611
2611
|
const componentElement = componentRef.hostView.rootNodes[0];
|
|
2612
2612
|
this.renderer.appendChild(this.overlayContainer, componentElement);
|
|
@@ -2637,7 +2637,7 @@ class MatchaOverlayService {
|
|
|
2637
2637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: MatchaOverlayService, decorators: [{
|
|
2638
2638
|
type: Injectable,
|
|
2639
2639
|
args: [{
|
|
2640
|
-
providedIn: 'root'
|
|
2640
|
+
providedIn: 'root',
|
|
2641
2641
|
}]
|
|
2642
2642
|
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.Injector }, { type: i0.RendererFactory2 }] });
|
|
2643
2643
|
|