Skip to content

Commit 32d29d6

Browse files
committed
- Fixed merge
1 parent a3ce8fd commit 32d29d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/platform-browser/src/dom/dom_renderer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ class ShadowDomRenderer extends DefaultDomRenderer2 {
530530
tracingService: TracingService<TracingSnapshot> | null,
531531
) {
532532
super(eventManager, doc, ngZone, platformIsServer, tracingService);
533+
this.shadowRoot = (hostEl as Element).shadowRoot;
533534
if (!this.shadowRoot) {
534535
this.shadowRoot = (hostEl as Element).attachShadow({mode: 'open'});
535536
} else {

0 commit comments

Comments
 (0)