#### Reproduction https://stackblitz.com/edit/angular-ivy-mcndqk?file=src/app/first-component/first-component.component.ts 2 components. One creates the 2nd using ViewContainerRef.createComponent(). When the 1st is embedded in the app - it works. Click the button to reproduce. #### Expected Behavior The 2nd component was suppose to show in the overlay. #### Actual Behavior The 2nd component is not part of the DOM. #### Environment - Angular: 10.0.9 - CDK/Material: 10.1.3 - Browser(s): Chrome, any - Operating System Windows